Skip to content

Commit 8e12cea

Browse files
ci: install rust components (#528)
1 parent 586d4a6 commit 8e12cea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
with:
3030
options: "--check --diff -C"
3131

32+
- name: Install rust components
33+
run: |
34+
rustup component add clippy rustfmt
35+
3236
- name: Run rustfmt
3337
run: cargo fmt --check -- --config "unstable_features=true,imports_granularity=Crate,group_imports=StdExternalCrate"
3438

0 commit comments

Comments
 (0)