Skip to content

Commit 9cd088b

Browse files
committed
Add os to ccache-action in macos job
1 parent b818aed commit 9cd088b

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
@@ -115,7 +115,7 @@ jobs:
115115
- name: ccache
116116
uses: hendrikmuhs/[email protected]
117117
with:
118-
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
118+
key: "${{github.job}}-${{matrix.os}}-${{hashFiles('main/php_version.h')}}"
119119
append-timestamp: false
120120
- name: ./configure
121121
uses: ./.github/actions/configure-macos

0 commit comments

Comments
 (0)