Skip to content

Commit

Permalink
chore: added Install rust toolchain step
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Aug 17, 2024
1 parent 7a8780c commit a7553fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-wasm-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
uses: pnpm/[email protected]
with:
version: 8

- name: Install rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.79.0

- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Expand Down

0 comments on commit a7553fd

Please sign in to comment.