Skip to content

Commit 1d3b548

Browse files
committed
WIP: windows use rmdir
Signed-off-by: Máté Tokodi [email protected]
1 parent 33484f8 commit 1d3b548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ jobs:
454454
runs-on: windows-2022
455455
strategy:
456456
matrix:
457-
arch: [x86, x64]
457+
arch: [x64]
458458
switch: [--jit, ""]
459459
steps:
460460
- name: Set git cllf config
@@ -487,7 +487,7 @@ jobs:
487487
CMake --build out/ --config Release
488488
- name: "Remove GC tests"
489489
run: |
490-
del /q /s .\test\web-assembly3\gc
490+
rmdir .\test\web-assembly3\gc /s /q
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)