Skip to content

Commit bce62da

Browse files
committed
Print out where all the zlib locations might be.
1 parent ed7457a commit bce62da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
- name: Remove zlib
109109
shell: bash
110110
run: |
111+
find "C:/" -name 'libz*'
111112
rm -f C:/msys64/mingw64/lib/libz*
112113

113114
# Strawberry Perl has zlib within, so we also remove it

0 commit comments

Comments
 (0)