Fix windows build jobs

This commit is contained in:
gnzlbg 2019-09-16 17:43:09 +02:00 committed by gnzlbg
parent 226b3265c8
commit d27acfcb7a

View file

@ -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' )