Skip to content

Commit a8f3d7b

Browse files
committed
Add os to ccache-action in macos job
1 parent 705a37b commit a8f3d7b

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
@@ -165,7 +165,7 @@ jobs:
165165
- name: ccache
166166
uses: hendrikmuhs/ccache-action@v1.2
167167
with:
168-
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
168+
key: "${{github.job}}-${{matrix.os}}-${{hashFiles('main/php_version.h')}}"
169169
append-timestamp: false
170170
- name: ./configure
171171
uses: ./.github/actions/configure-macos

0 commit comments

Comments
 (0)