Skip to content

Commit 3bc5e40

Browse files
committed
WIP
1 parent 561f34f commit 3bc5e40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: Run cargo clippy
26-
run: cargo clippy --workspace --all-features -- -D warnings
26+
run: |
27+
rustup component add clippy
28+
cargo clippy --workspace --all-features -- -D warnings
2729
2830
check_fmt:
2931
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)