Skip to content

Commit

Permalink
adding zlib1.dll download to winmingw action
Browse files Browse the repository at this point in the history
  • Loading branch information
mittelmark committed Aug 12, 2024
1 parent 04028d0 commit 682b100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binaries-mingw32gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: make mecw binary
run: make -f win32mingw.gmk bfs/exe

-name: Download zlib1.dll
run: |
- name: Download zlib1.dll
run: |
wget https://github.com/brechtsanders/winlibs_mingw/releases/download/12.2.0-16.0.0-10.0.0-ucrt-r5/winlibs-i686-posix-dwarf-gcc-12.2.0-mingw-w64ucrt-10.0.0-r5.zip
unzip -q winlibs-i686-posix-dwarf-gcc-12.2.0-mingw-w64ucrt-10.0.0-r5.zip
cp mingw32/bin/zlib1.dll .
Expand Down

0 comments on commit 682b100

Please sign in to comment.