From 280066fff3e80eac1d9d084a342898261c1de6f0 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Sat, 28 Nov 2020 00:44:53 +0800 Subject: [PATCH] ci: cargo cache key in linux-musl --- .github/workflows/linux-musl.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-musl.yaml b/.github/workflows/linux-musl.yaml index 471e54bf..9dac5769 100644 --- a/.github/workflows/linux-musl.yaml +++ b/.github/workflows/linux-musl.yaml @@ -20,13 +20,13 @@ jobs: uses: actions/cache@v1 with: path: ~/.cargo/registry - key: stable-${{ matrix.os }}-node-alpine-@10-${{ matrix.node }}-cargo-registry-trimmed-${{ hashFiles('**/Cargo.lock') }} + key: stable-alpine-node-alpine-@10-cargo-registry-trimmed-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo index uses: actions/cache@v1 with: path: ~/.cargo/git - key: stable-${{ matrix.os }}-node-alpine-@10-${{ matrix.node }}-cargo-index-trimmed-${{ hashFiles('**/Cargo.lock') }} + key: stable-alpine-node-alpine-@10-cargo-index-trimmed-${{ hashFiles('**/Cargo.lock') }} - name: Log in to registry run: |