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 f55661e + 0878242 commit 335b919Copy full SHA for 335b919
ci/install-rust.sh
@@ -12,9 +12,9 @@ else
12
fi
13
if [ "$OS" = "windows" ]; then
14
: "${TARGET?The TARGET environment variable must be set.}"
15
+ rustup self update
16
rustup set profile minimal
- # FIXME: Add `--no-self-update` to avoid CI failure.
17
- rustup update --force $toolchain-"$TARGET" --no-self-update
+ rustup update --force $toolchain-"$TARGET"
18
rustup default $toolchain-"$TARGET"
19
else
20
0 commit comments