Skip to content

Commit

Permalink
Install xz
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Dec 20, 2024
1 parent a79c091 commit 777fa98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
steps:
- name: Whitelist GIT dir
run: git config --global --add safe.directory $(pwd)
- name: Install xz
run: apt-get update && apt-get -y install xz-utils
- name: Install PHP
run: |
spc -U
Expand Down

0 comments on commit 777fa98

Please sign in to comment.