Skip to content

Commit 509d915

Browse files
authored
Update wasm-test.yaml
1 parent 0665142 commit 509d915

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wasm-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
node-version: 16
1717
- run: node -v
1818
- run: emcc -v
19+
- run: sudo apt-get update -qq
20+
- run: sudo apt-get install -qq nasm g++-multilib gcc-multilib libc6-dev-i386
1921
- run: make gmp-bootstrap
2022
- run: make gtest-bootstrap
2123
- run: bash ./build/mktargets.sh

0 commit comments

Comments
 (0)