Skip to content

Commit

Permalink
Add p7zip to CI deps
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Dec 6, 2023
1 parent a2c4574 commit 77b7d2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up dependencies
run: |
./src/PawPaw/.github/workflows/bootstrap-deps.sh linux-x86_64
apt-get install -yqq unzip wget xdg-user-dirs zip
apt-get install -yqq p7zip unzip wget xdg-user-dirs zip
- name: Build dependencies
run: |
./src/PawPaw/bootstrap-mod.sh linux-x86_64 && ./src/PawPaw/.cleanup.sh linux-x86_64
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Set up dependencies
run: |
./src/PawPaw/.github/workflows/bootstrap-deps.sh macos-universal-10.15
brew install wget
brew install p7zip wget
- name: Build dependencies
run: |
./src/PawPaw/bootstrap-mod.sh macos-universal-10.15 && ./src/PawPaw/.cleanup.sh macos-universal-10.15
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Set up dependencies
run: |
./src/PawPaw/.github/workflows/bootstrap-deps.sh win64
apt-get install -yqq unzip wget xdg-user-dirs xvfb zip
apt-get install -yqq p7zip unzip wget xdg-user-dirs xvfb zip
- name: Build dependencies
run: |
./src/PawPaw/bootstrap-mod.sh win64 && ./src/PawPaw/.cleanup.sh win64
Expand Down
2 changes: 1 addition & 1 deletion src/PawPaw

0 comments on commit 77b7d2e

Please sign in to comment.