Skip to content

Commit

Permalink
Don't append the timestamp to the cache name
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Sep 11, 2023
1 parent 6e4d125 commit 5a47dff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ runs:
uses: hendrikmuhs/ccache-action@v1.2.10
with:
key: ${{ inputs.ccache-cache-name }}
append-timestamp: false
variant: ${{ runner.os == 'Windows' && 'sccache' || 'ccache' }}
# Using sccache on Windows due to https://github.com/hendrikmuhs/ccache-action/issues/112

0 comments on commit 5a47dff

Please sign in to comment.