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.
1 parent 8e62c98 commit 7a76e61Copy full SHA for 7a76e61
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