Skip to content

Commit

Permalink
CI: Return to custom cache action
Browse files Browse the repository at this point in the history
... as save-always is not working
  • Loading branch information
rhaschke committed Oct 13, 2024
1 parent 10f5748 commit 68a65b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@ jobs:
- uses: actions/checkout@v4

- name: Cache ccache
uses: actions/cache@v4
uses: rhaschke/cache@main
with:
save-always: true
path: ${{ env.CCACHE_DIR }}
key: ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}-${{ github.run_id }}
restore-keys: |
ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}
ccache-${{ env.CACHE_PREFIX }}
env:
GHA_CACHE_SAVE: always

- id: ici
name: Run industrial_ci
Expand Down

0 comments on commit 68a65b1

Please sign in to comment.