We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721272c commit 043d5daCopy full SHA for 043d5da
.github/workflows/rust.yml
@@ -39,8 +39,9 @@ jobs:
39
if [ "$ver" = msrv ]; then
40
ver=$(cargo metadata --format-version 1 --no-deps | \
41
jq -r '.packages[0].rust_version')
42
+ extra=(-c rustfmt)
43
fi
- rustup toolchain install "$ver" --profile minimal --no-self-update
44
+ rustup toolchain install "$ver" --profile minimal --no-self-update "${extra[@]}"
45
rustup default "$ver"
46
echo "Installed:"
47
cargo --version
0 commit comments