Add rustup
This commit is contained in:
parent
62c41e6ecd
commit
594884d054
1 changed files with 1 additions and 0 deletions
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
|
|
@ -19,6 +19,7 @@ jobs:
|
|||
|
||||
- name: Setup
|
||||
run: |
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
rustup install nightly
|
||||
rustup default nightly
|
||||
rustup component add clippy rustfmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue