Fix windows build jobs
This commit is contained in:
parent
226b3265c8
commit
d27acfcb7a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ steps:
|
|||
- script: |
|
||||
@echo on
|
||||
if not defined TOOLCHAIN set TOOLCHAIN=nightly
|
||||
rustup update %TOOLCHAIN%-%TARGET%
|
||||
rustup update --no-self-update %TOOLCHAIN%-%TARGET%
|
||||
rustup default %TOOLCHAIN%-%TARGET%
|
||||
displayName: Install rust (windows)
|
||||
condition: eq( variables['Agent.OS'], 'Windows_NT' )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue