We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d35d90 commit e028b87Copy full SHA for e028b87
ci/azure-install-rust.yml
@@ -15,7 +15,9 @@ steps:
15
rustup set profile minimal
16
rustup component remove --toolchain=$TOOLCHAIN rust-docs || echo "already removed"
17
rustup update --no-self-update $TOOLCHAIN
18
- rustup component add --toolchain=$TOOLCHAIN rustc-dev
+ if [ "$TOOLCHAIN" = "nightly" ]; then
19
+ rustup component add --toolchain=$TOOLCHAIN rustc-dev
20
+ fi
21
rustup default $TOOLCHAIN
22
displayName: Install rust
23
0 commit comments