Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Jul 14, 2024
1 parent f0df8c5 commit 9c0471e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Setup caching for ctcache
uses: actions/cache@v4
with:
key: ctcache-${{ inputs.key }}-${{ env.CTCACHE_NOW }}
key: ctcache-${{ github.workflow }}-${{ github.job }}-${{ env.CTCACHE_NOW }}
path: ${{env.CTCACHE_DIR}}
restore-keys: ctcache-${{ inputs.key }}-
save-always: true
Expand Down

0 comments on commit 9c0471e

Please sign in to comment.