Skip to content

Commit

Permalink
ci: install nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Nov 6, 2024
1 parent a151885 commit 098b423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Setup Environment
run: |
rustup update stable
rustup toolchain install nightly
rustup target add wasm32-unknown-unknown
- name: Build for wasm
# Check if the library target compiles. This will still allow for using
Expand Down

0 comments on commit 098b423

Please sign in to comment.