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 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 :
9798 uses : hendrikmuhs/ccache-action@v1.2
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/ccache-action@v1.2
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 :
You can’t perform that action at this time.
0 commit comments