Skip to content

Commit 369e22f

Browse files
committed
Fix the CI by force installing rustfmt
I don't know why this is not being installed by default
1 parent 988d287 commit 369e22f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ jobs:
199199
run: |
200200
rustup install stable
201201
rustup default stable
202+
rustup component add rustfmt
202203
- name: Format
203204
run: |
204205
cargo fmt --check
@@ -213,6 +214,7 @@ jobs:
213214
run: |
214215
rustup install stable
215216
rustup default stable
217+
rustup component add rustfmt
216218
- name: Format
217219
run: |
218220
cd arm-targets

0 commit comments

Comments
 (0)