Skip to content

Commit

Permalink
Add wasm installation on CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreis42 committed Dec 22, 2024
1 parent 74018d3 commit b24e027
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
CARGO_C_FILE: cargo-c-x86_64-unknown-linux-musl.tar.gz
run: |
curl -L $LINK/$CARGO_C_FILE | tar xz -C ~/.cargo/bin
- name: Install wasm
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- uses: actions/checkout@v2
- name: Test
run: make test
Expand Down

0 comments on commit b24e027

Please sign in to comment.