Skip to content

Commit

Permalink
workflows: applied global cache for ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
Kumonda221-CrO3 committed May 30, 2024
1 parent e199d23 commit f11a3a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/scenario-CoupledL2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ jobs:
CACHE_KEY: ${{ env.CACHE_BASE_KEY }}-ccache
with:
path: ${{ env.CCACHE_DIR }}
key: ${{ env.CACHE_KEY }}-${{ github.sha }}
restore-keys: |
${{ env.CACHE_KEY }}-
key: ${{ env.CACHE_KEY }}

- name: Setup Clang 16
if: matrix.compiler.cc == 'clang-16'
Expand Down

0 comments on commit f11a3a3

Please sign in to comment.