Browse Source

Don't self-update on Windows

urgh
Alex Crichton 6 years ago
parent
commit
28a0c263e5
  1. 2
      ci/azure-install-rust.yml

2
ci/azure-install-rust.yml

@ -17,7 +17,7 @@ steps:
- script: |
IF "%TOOLCHAIN%"=="" (SET TOOLCHAIN=stable-%TARGET%)
rustup update %TOOLCHAIN%
rustup update --no-self-update %TOOLCHAIN%
rustup default %TOOLCHAIN%
displayName: Install rust (windows)
condition: eq( variables['Agent.OS'], 'Windows_NT' )

Loading…
Cancel
Save