We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6f3b3 commit b2ba81dCopy full SHA for b2ba81d
.github/workflows/build.yml
@@ -207,7 +207,7 @@ jobs:
207
- name: ccache
208
uses: ggml-org/ccache-action@v1.2.16
209
with:
210
- key: ubuntu-cpu-cmake
+ key: ubuntu-cpu-cmake-${{ matrix.build }}
211
evict-old-files: 1d
212
213
- name: Build Dependencies
.github/workflows/release.yml
@@ -150,7 +150,7 @@ jobs:
150
151
152
153
154
155
156
- name: Dependencies
0 commit comments