Skip to content
Snippets Groups Projects
Unverified Commit 6258821a authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Set rustup profile to minimal on Windows

parent e69c5eaa
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