Skip to content

Commit 28a0c26

Browse files
committed
Don't self-update on Windows
1 parent 11e4edb commit 28a0c26

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
@@ -17,7 +17,7 @@ steps:
1717
1818
- script: |
1919
IF "%TOOLCHAIN%"=="" (SET TOOLCHAIN=stable-%TARGET%)
20-
rustup update %TOOLCHAIN%
20+
rustup update --no-self-update %TOOLCHAIN%
2121
rustup default %TOOLCHAIN%
2222
displayName: Install rust (windows)
2323
condition: eq( variables['Agent.OS'], 'Windows_NT' )

0 commit comments

Comments
 (0)