Skip to content

Commit

Permalink
update rustup setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Raid5594 committed Dec 4, 2023
1 parent 1e8a940 commit 647a69a
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 install install 1.70.0
rustup install 1.70.0
rustup default 1.70.0
rustup update nightly
rustup update stable --no-self-update
Expand Down

0 comments on commit 647a69a

Please sign in to comment.