We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f852efb commit ed7457aCopy full SHA for ed7457a
.github/workflows/build_windows.yml
@@ -108,13 +108,13 @@ jobs:
108
- name: Remove zlib
109
shell: bash
110
run: |
111
- rm C:/msys64/mingw64/lib/libz*
+ rm -f C:/msys64/mingw64/lib/libz*
112
113
# Strawberry Perl has zlib within, so we also remove it
114
- name: Remove Strawberry
115
116
117
- rm -r C:/Strawberry
+ rm -rf C:/Strawberry
118
119
- name: Build SDK (Windows)
120
timeout-minutes: 90
0 commit comments