Skip to content

Commit

Permalink
Use stable clippy in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed Dec 4, 2023
1 parent 6c312e4 commit 356556d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@clippy
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: Swatinem/rust-cache@v2
- name: Clippy
run: cargo clippy --all-features -- -D warnings
Expand Down

0 comments on commit 356556d

Please sign in to comment.