Skip to content

Commit e5cac61

Browse files
committed
Don't self-update existing rustup
1 parent 5c7e0b4 commit e5cac61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/azure-install-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ steps:
2222
toolchain=stable-$TARGET
2323
fi
2424
if command -v rustup; then
25-
rustup update $toolchain
25+
rustup --no-self-update update $toolchain
2626
rustup default $toolchain
2727
else
2828
curl.exe -sSf -o rustup-init.exe https://win.rustup.rs

0 commit comments

Comments
 (0)