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

Set rustup profile to minimal on CI

parent 08e8a3ae
No related branches found
No related tags found
No related merge requests found
......@@ -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