Skip to content

Commit c0af6bf

Browse files
committed
WiP: win: only use remove-item
Signed-off-by: Máté Tokodi [email protected]
1 parent 6ee7add commit c0af6bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,9 @@ jobs:
488488
- name: "Remove GC tests"
489489
run: |
490490
Remove-Item -Path .\test\web-assembly3\gc -Force -Recurse
491-
del /q .\test\web-assembly3/jit\gc_cast_abstract.wast
492-
del /q .\test\web-assembly3/jit\gc_cast_concrete.wast
493-
del /q .\test\web-assembly3/jit\gc_refeq.wast
491+
Remove-Item .\test\web-assembly3/jit\gc_cast_abstract.wast
492+
Remove-Item .\test\web-assembly3/jit\gc_cast_concrete.wast
493+
Remove-Item .\test\web-assembly3/jit\gc_refeq.wast
494494
- name: Run tests
495495
run: |
496496
python tools\run-tests.py --engine=%cd%\out\walrus.exe ${{ matrix.switch }}

0 commit comments

Comments
 (0)