Skip to content

Commit

Permalink
install unzip on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
headshot2017 committed Dec 10, 2024
1 parent 8439896 commit a15370e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install dependencies
shell: msys2 {0}
run: pacman --noconfirm -S mingw-w64-i686-SDL2 mingw-w64-i686-gcc make python3
run: pacman --noconfirm -S mingw-w64-i686-SDL2 mingw-w64-i686-gcc make python3 unzip

- name: Generate libClassiCube.a
shell: msys2 {0}
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Install dependencies
shell: msys2 {0}
run: pacman --noconfirm -S mingw-w64-x86_64-SDL2 mingw-w64-x86_64-gcc make python3
run: pacman --noconfirm -S mingw-w64-x86_64-SDL2 mingw-w64-x86_64-gcc make python3 unzip

- name: Generate libClassiCube.a
shell: msys2 {0}
Expand Down

0 comments on commit a15370e

Please sign in to comment.