Skip to content

Commit

Permalink
ci: add clippy to installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Jan 24, 2025
1 parent 426a265 commit 13c3c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Install Rust ${{ matrix.rust }}
run: |
rustup install ${{ matrix.rust }}
rustup install ${{ matrix.rust }} --component clippy
- name: Install dependencies
run: ${{ matrix.install }}
Expand Down

0 comments on commit 13c3c49

Please sign in to comment.