Skip to content
Snippets Groups Projects
Commit c25c3602 authored by gnzlbg's avatar gnzlbg
Browse files

Workaround Azure images not supporting rustup self update

parent 71e298f9
No related branches found
No related tags found
No related merge requests found
......@@ -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' )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment