Skip to content

Commit a1de4ad

Browse files
committed
Fix ccache in pecl job
1 parent 2fd4062 commit a1de4ad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,9 @@ jobs:
814814
with:
815815
path: php
816816
ref: ${{ fromJson(inputs.branch).ref }}
817+
# Used for ccache action
818+
- name: Move .github
819+
run: mv php/.github .
817820
- name: git checkout apcu
818821
uses: actions/checkout@v6
819822
with:

0 commit comments

Comments
 (0)