Skip to content
Snippets Groups Projects
Unverified Commit 2fada38c authored by Yuki Okushi's avatar Yuki Okushi Committed by GitHub
Browse files

Merge pull request #1735 from JohnTitor/rustup-win

Set rustup profile to minimal on Windows
parents e69c5eaa 6258821a
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,7 @@ steps:
- script: |
@echo on
if not defined TOOLCHAIN set TOOLCHAIN=nightly
:: Uncomment when rustup on Azure is updated
::rustup set profile minimal
rustup set profile minimal
rustup update --no-self-update %TOOLCHAIN%-%TARGET%
rustup default %TOOLCHAIN%-%TARGET%
displayName: Install rust (windows)
......
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