From b1ed868db7dbcfa3d3ad71ff0b033ffd5bafb3e6 Mon Sep 17 00:00:00 2001 From: Jonathan Morley Date: Thu, 29 Jun 2023 15:53:08 -0400 Subject: [PATCH] add extra key for the target --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f254d6af..7334d455 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: uses: Swatinem/rust-cache@v2 with: cache-all-crates: true + key: ${{ matrix.target }} - name: Clippy run: cargo clippy --target=${{ matrix.target }} --all-targets --all-features --workspace --exclude=aws-config -- -D warnings - name: Build