github CI: switch to actions/cache@v4 for ccache
with ´save-always: true´ flag
This commit is contained in:
committed by
Adrián Insaurralde Avalos
parent
e99220daf6
commit
3b39012f96
3
.github/workflows/sub_buildWindows.yml
vendored
3
.github/workflows/sub_buildWindows.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user