diff --git a/.github/workflows/_external_rust_lints.yml b/.github/workflows/_external_rust_lints.yml index 6f45f99cc51..2e6ff0d9d11 100644 --- a/.github/workflows/_external_rust_lints.yml +++ b/.github/workflows/_external_rust_lints.yml @@ -34,9 +34,7 @@ jobs: runs-on: [self-hosted] steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # Pin v4.1.1 - - run: rustup component add clippy # See '.cargo/config' for list of enabled/disabled clippy lints - - name: cargo move-clippy - run: | - cargo ci-clippy-external + - name: Check Clippy Lints + run: cargo ci-clippy-external diff --git a/.github/workflows/_rust_lints.yml b/.github/workflows/_rust_lints.yml index 759e61d50f0..7175ac853b8 100644 --- a/.github/workflows/_rust_lints.yml +++ b/.github/workflows/_rust_lints.yml @@ -37,7 +37,6 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # Pin v4.1.1 - - run: rustup component add clippy # TODO(bradh): debug and re-enable this; the caching is breaking the clippy build # Enable caching of the 'librocksdb-sys' crate by additionally caching the # 'librocksdb-sys' src directory which is managed by cargo