Skip to content

Commit

Permalink
Specific nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh committed Dec 5, 2023
1 parent 329e755 commit af7199e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"
rustup toolchain install nightly
rustup toolchain install nightly-2022-10-09
rustup default nightly
rustup target add wasm32-unknown-unknown
export PATH="$HOME/.cargo/bin:$PATH"
Expand Down

0 comments on commit af7199e

Please sign in to comment.