We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083ff0a commit df8a1f6Copy full SHA for df8a1f6
.github/workflows/push.yml
@@ -128,7 +128,7 @@ jobs:
128
- name: ccache
129
uses: hendrikmuhs/ccache-action@v1.2
130
with:
131
- key: "${{github.job}}-${{matrix.os}}-{{ matrix.debug && 'DEBUG' || 'RELEASE' }}-${{ matrix.zts && 'ZTS' || 'NTS' }}-${{hashFiles('main/php_version.h')}}"
+ key: "${{github.job}}-${{matrix.os}}-${{ matrix.debug && 'DEBUG' || 'RELEASE' }}-${{ matrix.zts && 'ZTS' || 'NTS' }}-${{hashFiles('main/php_version.h')}}"
132
append-timestamp: false
133
- name: ./configure
134
uses: ./.github/actions/configure-macos
0 commit comments