Skip to content

Commit f8c9c29

Browse files
authored
Explicitly install rustfmt inthe format job in CI
1 parent f8edaf7 commit f8c9c29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: dtolnay/rust-toolchain@stable
22+
components: rustfmt
2223
- name: Cache
2324
uses: Swatinem/[email protected]
2425
- name: Format

0 commit comments

Comments
 (0)