We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922e48a commit a2b14cfCopy full SHA for a2b14cf
.github/actions/build-wasm/action.yml
@@ -22,11 +22,6 @@ runs:
22
tar x -zf - -C /opt/homebrew/opt/llvm@18/lib/clang/18*
23
curl -sS -L https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-22/wasi-sysroot-22.0.tar.gz | \
24
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
30
- name: Set environment variable
31
shell: bash
32
run: |
0 commit comments