We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8cfd61 commit 26e1ccfCopy full SHA for 26e1ccf
.github/actions/ccache/action.yml
@@ -20,7 +20,7 @@ runs:
20
uses: hendrikmuhs/ccache-action@v1.2
21
with:
22
key: "${{ steps.cache_key.outputs.key }}"
23
- append-timestamp: false
+ append-timestamp: 0
24
restore-keys: "${{ steps.cache_key.outputs.prefix }}"
25
#save: ${{ github.event_name != 'pull_request' }}
26
- name: Export CC/CXX
0 commit comments