Skip to content

Commit 972f5bd

Browse files
committed
Fix CI 3
1 parent 0c43058 commit 972f5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
set -e
4242
43-
rustup toolchain install ${{ env.CI_RUST_VERSION }} --no-self-update --profile=minimal --component clippy
43+
rustup toolchain install ${{ env.CI_RUST_VERSION }} --no-self-update --profile=minimal --component clippy,rustfmt
4444
rustup override set ${{ env.CI_RUST_VERSION }}
4545
cargo -V
4646

0 commit comments

Comments
 (0)