We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e62c98 + 7a76e61 commit d7149f0Copy full SHA for d7149f0
ci/install-rust.sh
@@ -13,7 +13,8 @@ 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"
+ # FIXME: Add `--no-self-update` to avoid CI failure.
17
+ rustup update --force $toolchain-"$TARGET" --no-self-update
18
rustup default $toolchain-"$TARGET"
19
else
20
0 commit comments