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 2137423 commit beb3d05Copy full SHA for beb3d05
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Tests for Windows
81
if: ${{ matrix.os == 'windows' }}
82
- run: del builds/iconify
+ run: del /f /q builds/iconify
83
84
- uses: actions/download-artifact@v4
85
with:
0 commit comments