Skip to content

Commit c95125d

Browse files
committed
Disable timestamp for GitHub actions ccache
1 parent afbb28d commit c95125d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
# GitHub has no way to query the job name (github.job is the
4949
# job id, not the job name)
5050
key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}-${{hashFiles('main/php_version.h')}}"
51+
append-timestamp: false
5152
- name: ./configure
5253
uses: ./.github/actions/configure-x64
5354
with:
@@ -97,6 +98,7 @@ jobs:
9798
uses: hendrikmuhs/[email protected]
9899
with:
99100
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
101+
append-timestamp: false
100102
- name: ./configure
101103
uses: ./.github/actions/configure-x32
102104
with:
@@ -127,6 +129,7 @@ jobs:
127129
uses: hendrikmuhs/[email protected]
128130
with:
129131
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
132+
append-timestamp: false
130133
- name: ./configure
131134
uses: ./.github/actions/configure-macos
132135
with:

0 commit comments

Comments
 (0)