File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 4949 # GitHub has no way to query the job name (github.job is the
5050 # job id, not the job name)
5151 key : " LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}-${{hashFiles('main/php_version.h')}}"
52+ append-timestamp : false
5253 - name : ./configure
5354 uses : ./.github/actions/configure-x64
5455 with :
@@ -101,6 +102,7 @@ jobs:
101102 uses : hendrikmuhs/ccache-action@v1.2
102103 with :
103104 key : " ${{github.job}}-${{hashFiles('main/php_version.h')}}"
105+ append-timestamp : false
104106 - name : ./configure
105107 uses : ./.github/actions/configure-x32
106108 with :
@@ -131,6 +133,7 @@ jobs:
131133 uses : hendrikmuhs/ccache-action@v1.2
132134 with :
133135 key : " ${{github.job}}-${{hashFiles('main/php_version.h')}}"
136+ append-timestamp : false
134137 - name : ./configure
135138 uses : ./.github/actions/configure-macos
136139 with :
You can’t perform that action at this time.
0 commit comments