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 4ac8b72 commit c63bbc3
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 @@ -30,7 +30,7 @@ jobs:
- name: Install Rust
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "~/.cargo/env"
source "$HOME/.cargo/env"
rustup default stable
rustup update nightly
rustup update stable --no-self-update
Expand Down

0 comments on commit c63bbc3

Please sign in to comment.