Skip to content

Commit bf3193f

Browse files
committed
fix CI job
1 parent 395d62c commit bf3193f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
- name: Install Rust nightly toolchain
166166
uses: dtolnay/rust-toolchain@nightly
167167
with:
168-
components: clippy
168+
components: clippy rustfmt
169169

170170
- name: Check formatting
171171
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)