Skip to content

Commit a53506c

Browse files
committed
fix: ci install cargo fmt
1 parent 47d6be0 commit a53506c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cargo machete
4444
4545
- name: Fmt
46-
run: cargo fmt --all -- --files-with-diff --check
46+
run: rustup component add rustfmt && cargo fmt --all
4747

4848
build:
4949
needs: rust-checks

0 commit comments

Comments
 (0)