Skip to content

Commit 19d621a

Browse files
committed
Update ccache in CI
1 parent 7b56227 commit 19d621a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343

4444
- name: Setup ccache
4545
uses: hendrikmuhs/ccache-action@v1.2
46+
with:
47+
key: macos-${{ matrix.macos }}
4648

4749
- name: Build
4850
run: |
@@ -72,6 +74,8 @@ jobs:
7274

7375
- name: Setup ccache
7476
uses: hendrikmuhs/ccache-action@v1.2
77+
with:
78+
key: macos-latest
7579

7680
- name: Build
7781
run: |
@@ -112,6 +116,8 @@ jobs:
112116

113117
- name: Setup ccache
114118
uses: hendrikmuhs/ccache-action@v1.2
119+
with:
120+
key: macos-latest
115121

116122
- name: Build
117123
run: |

0 commit comments

Comments
 (0)