Skip to content

Commit 8fd60c4

Browse files
committed
Hopefully last fix for CI...
1 parent e5cac61 commit 8fd60c4

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 --no-self-update update $toolchain
25+
rustup update --no-self-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)