From 284c25ff5afc51b712ea573ca420657f81e0cf80 Mon Sep 17 00:00:00 2001 From: Mark Sinclair <14054343+mmsinclair@users.noreply.github.com> Date: Tue, 4 Nov 2025 14:48:28 +0000 Subject: [PATCH] Update publish-sdk-npm.yml --- .github/workflows/publish-sdk-npm.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-sdk-npm.yml b/.github/workflows/publish-sdk-npm.yml index 83988d9cce..83f229951d 100644 --- a/.github/workflows/publish-sdk-npm.yml +++ b/.github/workflows/publish-sdk-npm.yml @@ -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