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 075c015 commit 2df5bcfCopy full SHA for 2df5bcf
.github/workflows/build.yml
@@ -1222,11 +1222,12 @@ jobs:
1222
- name: Clone
1223
uses: actions/checkout@v4
1224
1225
- - name: ccache
1226
- uses: ggml-org/[email protected]
1227
- with:
1228
- key: android-build
1229
- evict-old-files: 1d
+ # Disabled due to size (400MB) and always 0 cache hits
+ # - name: ccache
+ # uses: ggml-org/[email protected]
+ # with:
+ # key: android-build
1230
+ # evict-old-files: 1d
1231
1232
- name: Set up JDK
1233
uses: actions/setup-java@v3
0 commit comments