From: Sigbjørn Skjæret Date: Tue, 30 Sep 2025 13:38:01 +0000 (+0200) Subject: ci : disable ccache for android (#16348) X-Git-Tag: upstream/0.0.6764~119 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=2df5bcf357dba0c49b4df1d684b2ffc9e88b7054;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : disable ccache for android (#16348) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98444852..9a1a074c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1222,11 +1222,12 @@ jobs: - name: Clone uses: actions/checkout@v4 - - name: ccache - uses: ggml-org/ccache-action@v1.2.16 - with: - key: android-build - evict-old-files: 1d + # Disabled due to size (400MB) and always 0 cache hits + # - name: ccache + # uses: ggml-org/ccache-action@v1.2.16 + # with: + # key: android-build + # evict-old-files: 1d - name: Set up JDK uses: actions/setup-java@v3