Skip to content

Commit 33c8690

Browse files
Fixed tests
1 parent beb3d05 commit 33c8690

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ jobs:
7373
ini-values: error_reporting=E_ALL
7474
coverage: none
7575

76-
- name: Remove old file
76+
- name: Remove old file from Ubuntu
7777
if: ${{ matrix.os == 'ubuntu' }}
7878
run: rm -f builds/iconify
7979

80-
- name: Tests for Windows
80+
- name: Remove old file from Windows
8181
if: ${{ matrix.os == 'windows' }}
82-
run: del /f /q builds/iconify
82+
run: del /f builds/iconify
8383

8484
- uses: actions/download-artifact@v4
8585
with:

0 commit comments

Comments
 (0)