From fc28611f95d877a0a113ce5cc3a41e5f34b3bfba Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 30 Sep 2021 02:35:56 -0400 Subject: [PATCH] Clippy component also needs to be installed --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 616fee7aa8..a0c16815dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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