Skip to content

Commit b636b65

Browse files
committed
ci: Split GitHub Action ccache per job
1 parent 04886ee commit b636b65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ jobs:
104104
# Setup ccache cache
105105
- name: ccache
106106
uses: hendrikmuhs/[email protected]
107+
with:
108+
key: ${{ matrix.container }}-${{ matrix.cc }}
107109

108110
# Follows regular build and test steps
109111

0 commit comments

Comments
 (0)