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 71e298f commit c25c360Copy full SHA for c25c360
ci/azure-install-rust.yml
@@ -17,7 +17,7 @@ steps:
17
- script: |
18
@echo on
19
if not defined TOOLCHAIN set TOOLCHAIN=nightly
20
- rustup update %TOOLCHAIN%-%TARGET%
+ rustup update --no-self-update %TOOLCHAIN%-%TARGET%
21
rustup default %TOOLCHAIN%-%TARGET%
22
displayName: Install rust (windows)
23
condition: eq( variables['Agent.OS'], 'Windows_NT' )
0 commit comments