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

Merge pull request #1718 from JohnTitor/rustup

Set rustup profile to minimal on CI
parents 08e8a3ae 7b144078
No related branches found
No related tags found
Loading
......@@ -6,8 +6,7 @@ steps:
toolchain=nightly
fi
if command -v rustup; then
# Uncomment when rustup on Azure is updated
#rustup set profile minimal
rustup set profile minimal
rustup update --force $toolchain
rustup default $toolchain
else
......
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