Skip to content

Commit

Permalink
Install Info-Zip zip for platforms/containers missing it by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceLR committed Nov 19, 2024
1 parent 15481f9 commit ceccbe8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
msystem: MINGW64
update: true
install: >-
base-devel git
base-devel git zip
mingw-w64-x86_64-gcc mingw-w64-x86_64-zlib mingw-w64-x86_64-libpng
mingw-w64-x86_64-libogg mingw-w64-x86_64-libvorbis mingw-w64-x86_64-SDL2
- uses: actions/checkout@v4
Expand All @@ -167,7 +167,7 @@ jobs:
msystem: MINGW32
update: true
install: >-
base-devel git
base-devel git zip
mingw-w64-i686-gcc mingw-w64-i686-zlib mingw-w64-i686-libpng
mingw-w64-i686-libogg mingw-w64-i686-libvorbis mingw-w64-i686-SDL2
- uses: actions/checkout@v4
Expand Down Expand Up @@ -223,6 +223,8 @@ jobs:
runs-on: ubuntu-latest
container: skylyrac/blocksds:slim-latest
steps:
- name: Install dependencies
run: apt update && apt install -y --no-install-recommends zip
- name: Install target dependencies
run: wf-pacman -Syu --noconfirm && wf-pacman -S --noconfirm toolchain-gcc-arm-none-eabi-zlib
- run: echo "BLOCKSDS=/opt/blocksds/core" >> $GITHUB_ENV
Expand Down

0 comments on commit ceccbe8

Please sign in to comment.