diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27882a37a61..f97d66337e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -447,11 +447,12 @@ jobs: id: checkout uses: actions/checkout@v4 - - name: ccache - uses: ggml-org/ccache-action@v1.2.16 - with: - key: ubuntu-24-cmake-vulkan - evict-old-files: 1d + # Reduce false pass/failure on CI + # - name: ccache + # uses: ggml-org/ccache-action@v1.2.16 + # with: + # key: ubuntu-24-cmake-vulkan + # evict-old-files: 1d - name: Dependencies id: depends