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