Skip to content

Commit

Permalink
Install rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
mugikhan committed Jul 9, 2024
1 parent 2fb4c08 commit 9b2f888
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
tar x -zf - -C /opt/homebrew/opt/llvm/lib/clang/18*
curl -sS -L https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-22/wasi-sysroot-22.0.tar.gz | \
sudo tar x -zf - -C /opt
- name: Install Rust Nightly
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2024-05-18
components: rust-src
- name: Compile sqlite3.wasm on macOS
if: runner.os == 'macOS'
working-directory: sqlite3
Expand Down

0 comments on commit 9b2f888

Please sign in to comment.