Skip to content

Commit

Permalink
fix(ci): clippy should use nightly channel
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Dec 28, 2024
1 parent bf31e7b commit d36ebc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@clippy
- uses: dtolnay/rust-toolchain@nightly
with:
components: clippy
- run: cargo clippy --tests

fmt:
Expand Down

0 comments on commit d36ebc3

Please sign in to comment.