Skip to content

Commit

Permalink
CI: Revert to custom cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Oct 13, 2024
1 parent 2a70f8a commit 56e8544
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 @@ -40,14 +40,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

- name: industrial_ci
id: ici
Expand Down

0 comments on commit 56e8544

Please # to comment.