File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 49
49
# GitHub has no way to query the job name (github.job is the
50
50
# job id, not the job name)
51
51
key : " LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}-${{hashFiles('main/php_version.h')}}"
52
+ append-timestamp : false
52
53
- name : ./configure
53
54
uses : ./.github/actions/configure-x64
54
55
with :
@@ -101,6 +102,7 @@ jobs:
101
102
uses : hendrikmuhs/ccache-action@v1.2
102
103
with :
103
104
key : " ${{github.job}}-${{hashFiles('main/php_version.h')}}"
105
+ append-timestamp : false
104
106
- name : ./configure
105
107
uses : ./.github/actions/configure-x32
106
108
with :
@@ -131,6 +133,7 @@ jobs:
131
133
uses : hendrikmuhs/ccache-action@v1.2
132
134
with :
133
135
key : " ${{github.job}}-${{hashFiles('main/php_version.h')}}"
136
+ append-timestamp : false
134
137
- name : ./configure
135
138
uses : ./.github/actions/configure-macos
136
139
with :
You can’t perform that action at this time.
0 commit comments