Skip to content

Commit

Permalink
Fix wasm-pack installation
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 19, 2021
1 parent bdc73e3 commit 24160b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

- name: Install wasm test tools
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
if: startsWith(matrix.os, 'ubuntu')

- name: Run cargo check
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 24160b3

Please sign in to comment.