mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@@ -72,6 +72,7 @@ jobs:
|
||||
# job id, not the job name)
|
||||
key: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}-${{hashFiles('main/php_version.h')}}"
|
||||
append-timestamp: false
|
||||
save: ${{ github.event_name != 'pull_request' }}
|
||||
- name: ./configure
|
||||
uses: ./.github/actions/configure-x64
|
||||
with:
|
||||
@@ -111,6 +112,7 @@ jobs:
|
||||
with:
|
||||
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
|
||||
append-timestamp: false
|
||||
save: ${{ github.event_name != 'pull_request' }}
|
||||
- name: ./configure
|
||||
uses: ./.github/actions/configure-macos
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user