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 1f424ef commit f273da3Copy full SHA for f273da3
1 file changed
.github/workflows/test-windows.yml
@@ -187,8 +187,9 @@ jobs:
187
# trim ~150MB for each job
188
- name: Optimize build cache
189
if: steps.build-cache.outputs.cache-hit != 'true'
190
- run: rmdir /S /Q winbuild\build\src
191
- shell: cmd
+ run: |
+ rm -rf winbuild\build\src
192
+ shell: bash
193
194
- name: Build Pillow
195
run: |
@@ -205,9 +206,7 @@ jobs:
205
206
207
- name: Test Pillow
208
- path %GITHUB_WORKSPACE%\winbuild\build\bin;%PATH%
209
.ci\test.cmd
210
211
212
- name: Prepare to upload errors
213
if: failure()
0 commit comments