Skip to content

Commit aae1513

Browse files
committed
Update libz removal path.
1 parent e0b4695 commit aae1513

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ jobs:
108108
- name: Remove zlib
109109
shell: bash
110110
run: |
111-
find "C:/" -name 'libz*'
111+
rm -f C:/mingw32/i686-w64-mingw32/lib/libz*
112+
rm -f C:/mingw64/x86_64-w64-mingw32/lib/libz*
112113
rm -f C:/msys64/mingw64/lib/libz*
113114
114115
# Strawberry Perl has zlib within, so we also remove it

0 commit comments

Comments
 (0)