Skip to content

Commit b6bdd16

Browse files
committed
install rustfmt
1 parent 38e170c commit b6bdd16

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
with:
1919
targets: thumbv7em-none-eabihf
2020
components: rustfmt
21+
- name: Install rustfmt
22+
run: rustup component add rustfmt
2123
- name: Check format
2224
run: cargo fmt --all -- --check
2325

0 commit comments

Comments
 (0)