Fix rust up
This commit is contained in:
parent
eee1d8db1b
commit
0f8ce08cf5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -20,6 +20,8 @@ jobs:
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
|
||||||
rustup install nightly
|
rustup install nightly
|
||||||
rustup default nightly
|
rustup default nightly
|
||||||
rustup component add clippy rustfmt
|
rustup component add clippy rustfmt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue