Skip to content

Commit cefedf4

Browse files
committed
Fix header-translator CI
Due to actions/runner-images#13044.
1 parent 8aa3fcb commit cefedf4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,9 @@ jobs:
310310
- name: Use system Rust
311311
run: rustup override set stable
312312

313+
- name: Install rustfmt
314+
run: rustup component add rustfmt
315+
313316
- name: Cache Cargo
314317
uses: actions/cache@v4
315318
with:

0 commit comments

Comments
 (0)