We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aef423 commit ae5cdeeCopy full SHA for ae5cdee
ci/azure-install-rust.yml
@@ -4,7 +4,7 @@ steps:
4
rustup set profile minimal
5
rustup component remove --toolchain=$TOOLCHAIN rust-docs || echo "already removed"
6
rustup update --no-self-update $TOOLCHAIN
7
- if [ "$TOOLCHAIN" = "nightly" ]; then
+ if [[ "$TOOLCHAIN" == "nightly"* ]]; then
8
rustup component add --toolchain=$TOOLCHAIN rustc-dev
9
fi
10
rustup default $TOOLCHAIN
0 commit comments