Skip to content

Commit

Permalink
add wget 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 b3cd0b5 commit a2c4574
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 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 xdg-user-dirs zip
apt-get install -yqq 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,6 +86,7 @@ jobs:
- name: Set up dependencies
run: |
./src/PawPaw/.github/workflows/bootstrap-deps.sh macos-universal-10.15
brew install 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 @@ -142,7 +143,7 @@ jobs:
- name: Set up dependencies
run: |
./src/PawPaw/.github/workflows/bootstrap-deps.sh win64
apt-get install -yqq unzip xdg-user-dirs xvfb zip
apt-get install -yqq 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 a2c4574

Please sign in to comment.