From: Sigbjørn Skjæret Date: Thu, 2 Oct 2025 11:51:36 +0000 (+0200) Subject: ci : fix ubuntu-latest-cmake-rpc (disable ccache) (#16388) X-Git-Tag: upstream/0.0.6764~95 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=72ee736c447be4ededb51ab97904b4d33c90c261;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : fix ubuntu-latest-cmake-rpc (disable ccache) (#16388) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c20d3baa..2fb35a82 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -362,11 +362,11 @@ jobs: id: checkout uses: actions/checkout@v4 - - name: ccache - uses: ggml-org/ccache-action@v1.2.16 - with: - key: ubuntu-latest-cmake-rpc - evict-old-files: 1d + # - name: ccache + # uses: ggml-org/ccache-action@v1.2.16 + # with: + # key: ubuntu-latest-cmake-rpc + # evict-old-files: 1d - name: Dependencies id: depends