only do stable components for rustup
This commit is contained in:
parent
8b15d5cd43
commit
f230d02b26
1 changed files with 3 additions and 6 deletions
|
@ -107,15 +107,12 @@ if [[ -z $NORUST ]]; then
|
|||
rustup install nightly
|
||||
rustup default stable
|
||||
|
||||
rustup component add rls-preview --toolchain stable
|
||||
rustup component add clippy-preview --toolchain stable
|
||||
rustup component add rustfmt-preview --toolchain stable
|
||||
rustup component add rls --toolchain stable
|
||||
rustup component add clippy --toolchain stable
|
||||
rustup component add rustfmt --toolchain stable
|
||||
rustup component add rust-analysis --toolchain stable
|
||||
rustup component add rust-src --toolchain stable
|
||||
|
||||
rustup component add rls-preview --toolchain nightly
|
||||
rustup component add clippy-preview --toolchain nightly
|
||||
rustup component add rustfmt-preview --toolchain nightly
|
||||
rustup component add rust-analysis --toolchain nightly
|
||||
rustup component add rust-src --toolchain nightly
|
||||
|
||||
|
|
Loading…
Reference in a new issue