We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a6936 commit 8220683Copy full SHA for 8220683
ci/install-rust.sh
@@ -13,12 +13,12 @@ fi
13
if [ "$OS" = "windows" ]; then
14
: "${TARGET?The TARGET environment variable must be set.}"
15
rustup set profile minimal
16
- rustup update --force $toolchain-"$TARGET"
17
- rustup default $toolchain-"$TARGET"
+ rustup update --force "$toolchain-$TARGET"
+ rustup default "$toolchain-$TARGET"
18
else
19
20
- rustup update --force $toolchain
21
- rustup default $toolchain
+ rustup update --force "$toolchain"
+ rustup default "$toolchain"
22
fi
23
24
if [ -n "$TARGET" ]; then
0 commit comments