Skip to content

Commit 2fada38

Browse files
authored
Merge pull request #1735 from JohnTitor/rustup-win
Set rustup profile to minimal on Windows
2 parents e69c5ea + 6258821 commit 2fada38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/azure-install-rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ steps:
1818
- script: |
1919
@echo on
2020
if not defined TOOLCHAIN set TOOLCHAIN=nightly
21-
:: Uncomment when rustup on Azure is updated
22-
::rustup set profile minimal
21+
rustup set profile minimal
2322
rustup update --no-self-update %TOOLCHAIN%-%TARGET%
2423
rustup default %TOOLCHAIN%-%TARGET%
2524
displayName: Install rust (windows)

0 commit comments

Comments
 (0)