Skip to content

Commit

Permalink
Clippy component also needs to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 30, 2021
1 parent 2ec6afb commit fc28611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@clippy
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustc-dev
components: clippy,rustc-dev
- run: cargo clippy --all-features --tests -- -Dclippy::all -Dclippy::pedantic

0 comments on commit fc28611

Please sign in to comment.