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 51
51
# GitHub has no way to query the job name (github.job is the
52
52
# job id, not the job name)
53
53
key : " LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}-${{hashFiles('main/php_version.h')}}"
54
+ append-timestamp : false
54
55
- name : ./configure
55
56
uses : ./.github/actions/configure-x64
56
57
with :
@@ -103,6 +104,7 @@ jobs:
103
104
uses : hendrikmuhs/ccache-action@v1.2
104
105
with :
105
106
key : " ${{github.job}}-${{hashFiles('main/php_version.h')}}"
107
+ append-timestamp : false
106
108
- name : ./configure
107
109
uses : ./.github/actions/configure-x32
108
110
with :
@@ -133,6 +135,7 @@ jobs:
133
135
uses : hendrikmuhs/ccache-action@v1.2
134
136
with :
135
137
key : " ${{github.job}}-${{hashFiles('main/php_version.h')}}"
138
+ append-timestamp : false
136
139
- name : ./configure
137
140
uses : ./.github/actions/configure-macos
138
141
with :
You can’t perform that action at this time.
0 commit comments