mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-10-28 08:31:25 +00:00
ci : disable ccache for android (#16348)
This commit is contained in:
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@@ -1222,11 +1222,12 @@ jobs:
|
|||||||
- name: Clone
|
- name: Clone
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: ccache
|
# Disabled due to size (400MB) and always 0 cache hits
|
||||||
uses: ggml-org/ccache-action@v1.2.16
|
# - name: ccache
|
||||||
with:
|
# uses: ggml-org/ccache-action@v1.2.16
|
||||||
key: android-build
|
# with:
|
||||||
evict-old-files: 1d
|
# key: android-build
|
||||||
|
# evict-old-files: 1d
|
||||||
|
|
||||||
- name: Set up JDK
|
- name: Set up JDK
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user