mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 04:30:48 +00:00
Continue if wasm-pack is installed
This commit is contained in:
parent
e0a3f84c50
commit
dce89856bb
1
.github/workflows/publish_interpreter.yml
vendored
1
.github/workflows/publish_interpreter.yml
vendored
@ -67,6 +67,7 @@ jobs:
|
||||
### === JavaScript package release ===
|
||||
- name: Install wasm-pack
|
||||
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
||||
continue-on-error: true
|
||||
|
||||
- name: Build aquamarine.wasm for JS clients
|
||||
run: wasm-pack build $GITHUB_WORKSPACE/stepper --no-typescript --release -d $(pwd)/pkg
|
||||
|
Loading…
x
Reference in New Issue
Block a user