diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9844485218d8a..9a1a074cbe5c6 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