Skip to content

Commit df8a1f6

Browse files
committed
fix ccache key
1 parent 083ff0a commit df8a1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- name: ccache
129129
uses: hendrikmuhs/ccache-action@v1.2
130130
with:
131-
key: "${{github.job}}-${{matrix.os}}-{{ matrix.debug && 'DEBUG' || 'RELEASE' }}-${{ matrix.zts && 'ZTS' || 'NTS' }}-${{hashFiles('main/php_version.h')}}"
131+
key: "${{github.job}}-${{matrix.os}}-${{ matrix.debug && 'DEBUG' || 'RELEASE' }}-${{ matrix.zts && 'ZTS' || 'NTS' }}-${{hashFiles('main/php_version.h')}}"
132132
append-timestamp: false
133133
- name: ./configure
134134
uses: ./.github/actions/configure-macos

0 commit comments

Comments
 (0)