From 23fac14b33d1e452020ae5adea85d9ba48a144c8 Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Wed, 11 May 2022 10:38:00 +0200 Subject: [PATCH] chore: try with fresh cache --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09848d2efa..6df272dd45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,10 +136,10 @@ jobs: uses: actions/cache@v2 with: path: .ccache - key: ${{ matrix.name }}-build-${{ github.sha }} + key: ${{ matrix.name }}-build-v2-${{ github.sha }} # fall back to (latest) previous cache restore-keys: | - ${{ matrix.name }}-build + ${{ matrix.name }}-build-v2 - name: Setup run: | # open nix-shell once for initial setup