Skip to content

Commit 719e5e6

Browse files
authored
Remove zlib on Windows build (#452)
1 parent 1aee8c6 commit 719e5e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_windows.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ jobs:
120120
echo "$(swig -swiglib)" >> $GITHUB_PATH
121121
swig -swiglib
122122
echo "SWIG_DIR=$(swig -swiglib)" >> $GITHUB_ENV
123+
124+
# mingw has zlib installed, which causes problems for the build, so we remove it
125+
- name: Remove zlib
126+
shell: bash
127+
run: |
128+
rm C:/msys64/mingw64/lib/libz*
123129
124130
- name: Build SDK (Windows)
125131
timeout-minutes: 90

0 commit comments

Comments
 (0)