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 d683cbb commit 9beeea2Copy full SHA for 9beeea2
.github/workflows/build.yml
@@ -362,11 +362,11 @@ jobs:
362
id: checkout
363
uses: actions/checkout@v4
364
365
- - name: ccache
366
- uses: ggml-org/ccache-action@v1.2.16
367
- with:
368
- key: ubuntu-latest-cmake-rpc
369
- evict-old-files: 1d
+ # - name: ccache
+ # uses: ggml-org/ccache-action@v1.2.16
+ # with:
+ # key: ubuntu-latest-cmake-rpc
+ # evict-old-files: 1d
370
371
- name: Dependencies
372
id: depends
0 commit comments