Skip to content

Commit b2ba81d

Browse files
authored
ci : fix ccache key for ubuntu-cpu-cmake (#16355)
* fix ccache key for ubuntu-cpu-cmake * set it for release as well [no ci]
1 parent bf6f3b3 commit b2ba81d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
- name: ccache
208208
uses: ggml-org/ccache-action@v1.2.16
209209
with:
210-
key: ubuntu-cpu-cmake
210+
key: ubuntu-cpu-cmake-${{ matrix.build }}
211211
evict-old-files: 1d
212212

213213
- name: Build Dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
- name: ccache
151151
uses: ggml-org/ccache-action@v1.2.16
152152
with:
153-
key: ubuntu-cpu-cmake
153+
key: ubuntu-cpu-cmake-${{ matrix.build }}
154154
evict-old-files: 1d
155155

156156
- name: Dependencies

0 commit comments

Comments
 (0)