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 5c7e0b4 commit e5cac61Copy full SHA for e5cac61
ci/azure-install-rust.yml
@@ -22,7 +22,7 @@ steps:
22
toolchain=stable-$TARGET
23
fi
24
if command -v rustup; then
25
- rustup update $toolchain
+ rustup --no-self-update update $toolchain
26
rustup default $toolchain
27
else
28
curl.exe -sSf -o rustup-init.exe https://win.rustup.rs
0 commit comments