Browse Source

Hopefully last fix for CI...

wip-new-parallel
Alex Crichton 6 years ago
parent
commit
8fd60c4926
  1. 2
      ci/azure-install-rust.yml

2
ci/azure-install-rust.yml

@ -22,7 +22,7 @@ steps:
toolchain=stable-$TARGET
fi
if command -v rustup; then
rustup --no-self-update update $toolchain
rustup update --no-self-update $toolchain
rustup default $toolchain
else
curl.exe -sSf -o rustup-init.exe https://win.rustup.rs

Loading…
Cancel
Save