Skip to content

Commit 561b9ac

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

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
@@ -435,7 +435,7 @@ jobs:
435435
runs-on: windows-2022
436436
strategy:
437437
matrix:
438-
arch: [x86, x64]
438+
arch: [x64]
439439
switch: [--jit, ""]
440440
steps:
441441
- name: Set git cllf config
@@ -468,7 +468,7 @@ jobs:
468468
CMake --build out/ --config Release
469469
- name: "Remove GC tests"
470470
run: |
471-
del /q /s .\test\web-assembly3\gc
471+
rmdir .\test\web-assembly3\gc /s /q
472472
del /q .\test\web-assembly3/jit\gc_cast_abstract.wast
473473
del /q .\test\web-assembly3/jit\gc_cast_concrete.wast
474474
del /q .\test\web-assembly3/jit\gc_refeq.wast

0 commit comments

Comments
 (0)