mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-10-28 08:31:25 +00:00
ci : fix ubuntu-latest-cmake-rpc (disable ccache) (#16388)
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -362,11 +362,11 @@ jobs:
|
|||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: ccache
|
# - name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.16
|
# uses: ggml-org/ccache-action@v1.2.16
|
||||||
with:
|
# with:
|
||||||
key: ubuntu-latest-cmake-rpc
|
# key: ubuntu-latest-cmake-rpc
|
||||||
evict-old-files: 1d
|
# evict-old-files: 1d
|
||||||
|
|
||||||
- name: Dependencies
|
- name: Dependencies
|
||||||
id: depends
|
id: depends
|
||||||
|
|||||||
Reference in New Issue
Block a user