From 4e1848a76f193116d627d14b6009de44f9960c02 Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Wed, 6 Dec 2023 10:13:11 +0100 Subject: [PATCH] Remove unused Clippy component from CI --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a2bdaff6..34e029bc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,8 +129,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@stable - with: - components: clippy - name: Install all targets run: make install_targets - name: Install Cargo-hack