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 0665142 commit 509d915Copy full SHA for 509d915
.github/workflows/wasm-test.yaml
@@ -16,6 +16,8 @@ jobs:
16
node-version: 16
17
- run: node -v
18
- 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
21
- run: make gmp-bootstrap
22
- run: make gtest-bootstrap
23
- run: bash ./build/mktargets.sh
0 commit comments