Skip to content

Commit

Permalink
💚 Ensure clippy is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Dec 11, 2024
1 parent 94765b1 commit 317dcd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Use Rust ${{matrix.rust-version}}
if: matrix.rust-version != 'stable'
run: rustup override set '${{matrix.rust-version}}'
- name: Install Components
if: matrix.rust-version != 'stable'
run: rustup component add clippy
- name: Build
run: cargo build --workspace --all-features
- name: Check
Expand Down

0 comments on commit 317dcd9

Please sign in to comment.