Skip to content

Commit

Permalink
Set minimal rust profile
Browse files Browse the repository at this point in the history
  • Loading branch information
r0qs committed Jan 17, 2023
1 parent a58776d commit b512bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ jobs:
source "$BASH_ENV"
curl -O https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init && \
chmod +x rustup-init && \
./rustup-init -y --no-modify-path --default-toolchain "<< parameters.rust_version >>" && \
./rustup-init -y --no-modify-path --default-toolchain "<< parameters.rust_version >>" --profile minimal && \
rm rustup-init && \
rustc --version && \
cargo --version
Expand Down

0 comments on commit b512bd7

Please sign in to comment.