Skip to content

Commit

Permalink
Continue if wasm-pack is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
folex committed Dec 18, 2020
1 parent e0a3f84 commit dce8985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_interpreter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dce8985

Please sign in to comment.