Skip to content

Commit a7553fd

Browse files
committed
chore: added Install rust toolchain step
1 parent 7a8780c commit a7553fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-wasm-js.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
uses: pnpm/[email protected]
2121
with:
2222
version: 8
23+
24+
- name: Install rust toolchain
25+
uses: actions-rust-lang/setup-rust-toolchain@v1
26+
with:
27+
toolchain: 1.79.0
2328

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

0 commit comments

Comments
 (0)