github CI: switch to actions/cache@v4 for ccache

with ´save-always: true´ flag
This commit is contained in:
mos
2024-01-23 11:51:46 +01:00
committed by Adrián Insaurralde Avalos
parent e99220daf6
commit 3b39012f96
6 changed files with 12 additions and 6 deletions

View File

@@ -85,8 +85,9 @@ jobs:
with:
libpackdir: ${{ env.libpackdir }}
- name: Restore compiler cache
uses: pat-s/always-upload-cache@v3
uses: actions/cache@v4
with:
save-always: true
path: ${{ env.CCACHE_DIR }}
key: FC-Windows-${{ github.ref }}-${{ github.run_id }}
restore-keys: |