Skip to content

Commit

Permalink
ci webassembly drop removed args for node>20 (#5843)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui authored Dec 23, 2024
1 parent 0b71133 commit d3875f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web-assembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: test-simd
run: |
cd build-simd
TESTS_EXECUTABLE_LOADER=node TESTS_EXECUTABLE_LOADER_ARGUMENTS="--experimental-wasm-simd" ctest --output-on-failure -j $(nproc)
TESTS_EXECUTABLE_LOADER=node ctest --output-on-failure -j $(nproc)
- name: build-simd-omp
run: |
source emsdk/emsdk_env.sh
Expand All @@ -73,4 +73,4 @@ jobs:
- name: test-simd-omp
run: |
cd build-simd-omp
TESTS_EXECUTABLE_LOADER=node TESTS_EXECUTABLE_LOADER_ARGUMENTS="--experimental-wasm-simd;--experimental-wasm-threads" ctest --output-on-failure -j $(nproc)
TESTS_EXECUTABLE_LOADER=node ctest --output-on-failure -j $(nproc)

0 comments on commit d3875f0

Please sign in to comment.