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 076ebed commit f5ea5d2Copy full SHA for f5ea5d2
1 file changed
.github/workflows/run_unit_tests.yml
@@ -49,18 +49,20 @@ jobs:
49
git pull
50
./emsdk install latest
51
./emsdk activate latest
52
- source ./emsdk_env.sh
53
54
- name: Build and install library
55
run: |
+ source ./emsdk/emsdk_env.sh
56
mkdir build
57
cd build
58
cmake ..
59
make
60
sudo make install
61
62
- name: Build WebAssembly bindings
63
- run: yarn run build
+ run: |
64
65
+ yarn run build
66
67
- name: Perform npm package publish dry run
68
run: npm publish . --dry-run
0 commit comments