Skip to content

Commit

Permalink
fix wasm simd vector run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alifahrri committed Oct 18, 2023
1 parent 9d249ce commit 2d22c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-wasm-simd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: run tests
run: |
./dockcross-${{ matrix.name }} node --version
ls build/web-wasm-simd/tests/simd
ls build/web-wasm-simd/tests/vector
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt update && sudo apt install nodejs
node --version
Expand Down

0 comments on commit 2d22c49

Please sign in to comment.