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 11e4edb commit 28a0c26Copy full SHA for 28a0c26
ci/azure-install-rust.yml
@@ -17,7 +17,7 @@ steps:
17
18
- script: |
19
IF "%TOOLCHAIN%"=="" (SET TOOLCHAIN=stable-%TARGET%)
20
- rustup update %TOOLCHAIN%
+ rustup update --no-self-update %TOOLCHAIN%
21
rustup default %TOOLCHAIN%
22
displayName: Install rust (windows)
23
condition: eq( variables['Agent.OS'], 'Windows_NT' )
0 commit comments