Browse Source
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
CI: Do not save ccache for PRs for LINUX_X32
pull/20027/merge
Tim Düsterhus
5 days ago
No known key found for this signature in database
GPG Key ID: 8FF75566094168AF
1 changed files with
1 additions and
0 deletions
-
.github/workflows/push.yml
|
|
@ -167,6 +167,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-x32 |
|
|
|
with: |
|
|
|