From bdf8678290c59eedcacb38af0e6e40d683a70fb3 Mon Sep 17 00:00:00 2001 From: Ulyssa Date: Tue, 13 Aug 2024 08:46:55 -0700 Subject: [PATCH] Update .github/workflows/test.yml Co-authored-by: Kevin P. Fleming --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d0b19f77..cbfa1686 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: with: path: | ~/.cargo/registry - key: ${{ runner.os }}-cargo-v${{ env.CACHE_GENERATION }}-${{ steps.toolchain.outputs.rustc_hash }}-${{ hashFiles('**/Cargo.lock') }} + key: ${{ matrix.platform }}-cargo-v${{ env.CACHE_GENERATION }}-${{ steps.toolchain.outputs.rustc_hash }}-${{ hashFiles('**/Cargo.lock') }} - name: Run sccache-cache uses: mozilla-actions/sccache-action@v0.0.5 - name: Install rustfmt