Skip to content

Commit 2df5bcf

Browse files
authored
ci : disable ccache for android (ggml-org#16348)
1 parent 075c015 commit 2df5bcf

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,11 +1222,12 @@ jobs:
12221222
- name: Clone
12231223
uses: actions/checkout@v4
12241224

1225-
- name: ccache
1226-
uses: ggml-org/[email protected]
1227-
with:
1228-
key: android-build
1229-
evict-old-files: 1d
1225+
# Disabled due to size (400MB) and always 0 cache hits
1226+
# - name: ccache
1227+
# uses: ggml-org/[email protected]
1228+
# with:
1229+
# key: android-build
1230+
# evict-old-files: 1d
12301231

12311232
- name: Set up JDK
12321233
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)