Skip to content

Commit

Permalink
disable minizip on cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Vollstrecker committed Jan 22, 2025
1 parent 3189b02 commit d06be48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/msys-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ jobs:
cmake /cygdrive/d/a/zlib/zlib \
-B build \
-DCMAKE_BUILD_TYPE=Release \
-DZLIB_BUILD_MINIZIP=ON \
-DMINIZIP_ENABLE_BZIP2=OFF \
-DZLIB_BUILD_MINIZIP=OFF \
-G Ninja
- name: Build
run: cmake --build build --config Release -v -j1
Expand Down

0 comments on commit d06be48

Please sign in to comment.