chore: try with fresh cache

This commit is contained in:
Sebastian Ullrich 2022-05-11 10:38:00 +02:00
parent 94d2a3ef86
commit 23fac14b33

View file

@ -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