We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb4c08 commit 9b2f888Copy full SHA for 9b2f888
.github/workflows/main.yml
@@ -32,6 +32,11 @@ jobs:
32
tar x -zf - -C /opt/homebrew/opt/llvm/lib/clang/18*
33
curl -sS -L https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-22/wasi-sysroot-22.0.tar.gz | \
34
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
40
- name: Compile sqlite3.wasm on macOS
41
if: runner.os == 'macOS'
42
working-directory: sqlite3
0 commit comments