Skip to content

Commit a2b14cf

Browse files
committed
No need for Rust SDK.
1 parent 922e48a commit a2b14cf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/actions/build-wasm/action.yml

-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ runs:
2222
tar x -zf - -C /opt/homebrew/opt/llvm@18/lib/clang/18*
2323
curl -sS -L https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-22/wasi-sysroot-22.0.tar.gz | \
2424
sudo tar x -zf - -C /opt
25-
- name: Install Rust Nightly
26-
uses: dtolnay/rust-toolchain@stable
27-
with:
28-
toolchain: nightly-2024-05-18
29-
components: rust-src
3025
- name: Set environment variable
3126
shell: bash
3227
run: |

0 commit comments

Comments
 (0)