Skip to content

Commit 69b4606

Browse files
committed
CI: Return to custom cache action
1 parent 0a502ce commit 69b4606

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,15 @@ jobs:
5656
submodules: recursive
5757

5858
- name: Cache ccache
59-
uses: actions/cache@v4
59+
uses: rhaschke/cache@main
6060
with:
61-
save-always: true
6261
path: ${{ env.CCACHE_DIR }}
6362
key: ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}-${{ github.run_id }}
6463
restore-keys: |
6564
ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}
6665
ccache-${{ env.CACHE_PREFIX }}
66+
env:
67+
GHA_CACHE_SAVE: always
6768

6869
- id: ici
6970
name: Run industrial_ci

0 commit comments

Comments
 (0)