Skip to content

Commit dc0ae28

Browse files
committed
Fix windows build jobs
1 parent af585ac commit dc0ae28

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
- script: |
1818
@echo on
1919
if not defined TOOLCHAIN set TOOLCHAIN=nightly
20-
rustup update %TOOLCHAIN%-%TARGET%
20+
rustup update --no-self-update %TOOLCHAIN%-%TARGET%
2121
rustup default %TOOLCHAIN%-%TARGET%
2222
displayName: Install rust (windows)
2323
condition: eq( variables['Agent.OS'], 'Windows_NT' )

0 commit comments

Comments
 (0)