From: Sigbjørn Skjæret Date: Tue, 30 Sep 2025 19:41:42 +0000 (+0200) Subject: ci : fix ccache key for ubuntu-cpu-cmake (#16355) X-Git-Tag: upstream/0.0.6764~112 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=b2ba81dbe07b6dbea9c96b13346c66973dede32c;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : fix ccache key for ubuntu-cpu-cmake (#16355) * fix ccache key for ubuntu-cpu-cmake * set it for release as well [no ci] --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a1a074c..41055281 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -207,7 +207,7 @@ jobs: - name: ccache uses: ggml-org/ccache-action@v1.2.16 with: - key: ubuntu-cpu-cmake + key: ubuntu-cpu-cmake-${{ matrix.build }} evict-old-files: 1d - name: Build Dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f461456e..f4eae5da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -150,7 +150,7 @@ jobs: - name: ccache uses: ggml-org/ccache-action@v1.2.16 with: - key: ubuntu-cpu-cmake + key: ubuntu-cpu-cmake-${{ matrix.build }} evict-old-files: 1d - name: Dependencies