Update publish-sdk-npm.yml

This commit is contained in:
Mark Sinclair
2025-11-04 14:48:28 +00:00
committed by GitHub
parent 9d72229fa6
commit 284c25ff5a
+4 -1
View File
@@ -17,10 +17,13 @@ jobs:
- name: Setup yarn
run: npm install -g yarn
- name: Install Rust stable
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: rustfmt, clippy
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh