Skip to content

Commit 26e1ccf

Browse files
committed
Attempt to fix trailing - in ccache cache file
1 parent a8cfd61 commit 26e1ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/ccache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
uses: hendrikmuhs/ccache-action@v1.2
2121
with:
2222
key: "${{ steps.cache_key.outputs.key }}"
23-
append-timestamp: false
23+
append-timestamp: 0
2424
restore-keys: "${{ steps.cache_key.outputs.prefix }}"
2525
#save: ${{ github.event_name != 'pull_request' }}
2626
- name: Export CC/CXX

0 commit comments

Comments
 (0)