Skip to content

Commit 9b2f888

Browse files
committed
Install rust toolchain
1 parent 2fb4c08 commit 9b2f888

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
tar x -zf - -C /opt/homebrew/opt/llvm/lib/clang/18*
3333
curl -sS -L https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-22/wasi-sysroot-22.0.tar.gz | \
3434
sudo tar x -zf - -C /opt
35+
- name: Install Rust Nightly
36+
uses: dtolnay/rust-toolchain@stable
37+
with:
38+
toolchain: nightly-2024-05-18
39+
components: rust-src
3540
- name: Compile sqlite3.wasm on macOS
3641
if: runner.os == 'macOS'
3742
working-directory: sqlite3

0 commit comments

Comments
 (0)