build: Allow invalidating caches easily

This commit is contained in:
WerWolv
2021-12-15 23:57:00 +01:00
parent 1770235648
commit 79ace0a106
3 changed files with 10 additions and 10 deletions

View File

@@ -27,8 +27,8 @@ jobs:
with:
path: |
~/.ccache
key: ${{ runner.os }}-build-${{ github.run_id }}
restore-keys: ${{ runner.os }}-build-
key: ${{ runner.os }}-${{ secrets.CACHE_VERSION }}-build-${{ github.run_id }}
restore-keys: ${{ runner.os }}-${{ secrets.CACHE_VERSION }}-build-
- name: ⬇️ Install dependencies
run: |