Skip to content

Commit ce632aa

Browse files
committed
WIP: win: use remove-item
Signed-off-by: Máté Tokodi [email protected]
1 parent 1d3b548 commit ce632aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ jobs:
487487
CMake --build out/ --config Release
488488
- name: "Remove GC tests"
489489
run: |
490-
rmdir .\test\web-assembly3\gc /s /q
490+
Remove-Item -Path .\test\web-assembly3\gc -Force -Recurse
491491
del /q .\test\web-assembly3/jit\gc_cast_abstract.wast
492492
del /q .\test\web-assembly3/jit\gc_cast_concrete.wast
493493
del /q .\test\web-assembly3/jit\gc_refeq.wast

0 commit comments

Comments
 (0)