Skip to content

Commit c25fa2f

Browse files
authored
Merge pull request #1718 from JohnTitor/rustup
Set rustup profile to minimal on CI
2 parents 08e8a3a + 7b14407 commit c25fa2f

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
@@ -6,8 +6,7 @@ steps:
66
toolchain=nightly
77
fi
88
if command -v rustup; then
9-
# Uncomment when rustup on Azure is updated
10-
#rustup set profile minimal
9+
rustup set profile minimal
1110
rustup update --force $toolchain
1211
rustup default $toolchain
1312
else

0 commit comments

Comments
 (0)