chore: try with fresh cache
This commit is contained in:
parent
94d2a3ef86
commit
23fac14b33
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue