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 48
48
# GitHub has no way to query the job name (github.job is the
49
49
# job id, not the job name)
50
50
key : " LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}-${{hashFiles('main/php_version.h')}}"
51
+ append-timestamp : false
51
52
- name : ./configure
52
53
uses : ./.github/actions/configure-x64
53
54
with :
97
98
uses :
hendrikmuhs/[email protected]
98
99
with :
99
100
key : " ${{github.job}}-${{hashFiles('main/php_version.h')}}"
101
+ append-timestamp : false
100
102
- name : ./configure
101
103
uses : ./.github/actions/configure-x32
102
104
with :
@@ -127,6 +129,7 @@ jobs:
127
129
uses :
hendrikmuhs/[email protected]
128
130
with :
129
131
key : " ${{github.job}}-${{hashFiles('main/php_version.h')}}"
132
+ append-timestamp : false
130
133
- name : ./configure
131
134
uses : ./.github/actions/configure-macos
132
135
with :
You can’t perform that action at this time.
0 commit comments