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 33484f8 commit 1d3b548Copy full SHA for 1d3b548
.github/workflows/actions.yml
@@ -454,7 +454,7 @@ jobs:
454
runs-on: windows-2022
455
strategy:
456
matrix:
457
- arch: [x86, x64]
+ arch: [x64]
458
switch: [--jit, ""]
459
steps:
460
- name: Set git cllf config
@@ -487,7 +487,7 @@ jobs:
487
CMake --build out/ --config Release
488
- name: "Remove GC tests"
489
run: |
490
- del /q /s .\test\web-assembly3\gc
+ rmdir .\test\web-assembly3\gc /s /q
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
0 commit comments