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 5151 # GitHub has no way to query the job name (github.job is the
5252 # job id, not the job name)
5353 key : " LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}-${{hashFiles('main/php_version.h')}}"
54+ append-timestamp : false
5455 - name : ./configure
5556 uses : ./.github/actions/configure-x64
5657 with :
@@ -103,6 +104,7 @@ jobs:
103104 uses : hendrikmuhs/ccache-action@v1.2
104105 with :
105106 key : " ${{github.job}}-${{hashFiles('main/php_version.h')}}"
107+ append-timestamp : false
106108 - name : ./configure
107109 uses : ./.github/actions/configure-x32
108110 with :
@@ -133,6 +135,7 @@ jobs:
133135 uses : hendrikmuhs/ccache-action@v1.2
134136 with :
135137 key : " ${{github.job}}-${{hashFiles('main/php_version.h')}}"
138+ append-timestamp : false
136139 - name : ./configure
137140 uses : ./.github/actions/configure-macos
138141 with :
You can’t perform that action at this time.
0 commit comments