Skip to content

Commit 02a3372

Browse files
authored
Remove Strawberry in the Windows build (#551)
1 parent 8697d29 commit 02a3372

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
@@ -108,6 +108,12 @@ jobs:
108108
shell: bash
109109
run: |
110110
rm C:/msys64/mingw64/lib/libz*
111+
112+
# Strawberry Perl has zlib within, so we also remove it
113+
- name: Remove Strawberry
114+
shell: bash
115+
run: |
116+
rm -r C:/Strawberry
111117
112118
- name: Build SDK (Windows)
113119
timeout-minutes: 90

0 commit comments

Comments
 (0)