We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c43058 commit 972f5bdCopy full SHA for 972f5bd
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
set -e
42
43
- rustup toolchain install ${{ env.CI_RUST_VERSION }} --no-self-update --profile=minimal --component clippy
+ rustup toolchain install ${{ env.CI_RUST_VERSION }} --no-self-update --profile=minimal --component clippy,rustfmt
44
rustup override set ${{ env.CI_RUST_VERSION }}
45
cargo -V
46
0 commit comments