We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e048a41 commit 561b9acCopy full SHA for 561b9ac
.github/workflows/actions.yml
@@ -435,7 +435,7 @@ jobs:
435
runs-on: windows-2022
436
strategy:
437
matrix:
438
- arch: [x86, x64]
+ arch: [x64]
439
switch: [--jit, ""]
440
steps:
441
- name: Set git cllf config
@@ -468,7 +468,7 @@ jobs:
468
CMake --build out/ --config Release
469
- name: "Remove GC tests"
470
run: |
471
- del /q /s .\test\web-assembly3\gc
+ rmdir .\test\web-assembly3\gc /s /q
472
del /q .\test\web-assembly3/jit\gc_cast_abstract.wast
473
del /q .\test\web-assembly3/jit\gc_cast_concrete.wast
474
del /q .\test\web-assembly3/jit\gc_refeq.wast
0 commit comments