Skip to content

Commit ed7457a

Browse files
committed
See what happens if we don't remove zlib.
1 parent f852efb commit ed7457a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ jobs:
108108
- name: Remove zlib
109109
shell: bash
110110
run: |
111-
rm C:/msys64/mingw64/lib/libz*
111+
rm -f C:/msys64/mingw64/lib/libz*
112112
113113
# Strawberry Perl has zlib within, so we also remove it
114114
- name: Remove Strawberry
115115
shell: bash
116116
run: |
117-
rm -r C:/Strawberry
117+
rm -rf C:/Strawberry
118118
119119
- name: Build SDK (Windows)
120120
timeout-minutes: 90

0 commit comments

Comments
 (0)