From: Olivier Chafik Date: Sat, 1 Feb 2025 18:22:38 +0000 (+0000) Subject: ci: use sccache on windows HIP jobs (#11553) X-Git-Tag: upstream/0.0.4631~20 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=53debe6f3c9cca87e9520a83ee8c14d88977afa4;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci: use sccache on windows HIP jobs (#11553) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03eabbbe..7392f2bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1154,7 +1154,6 @@ jobs: uses: hendrikmuhs/ccache-action@v1.2.16 with: key: ${{ github.job }} - variant: sccache evict-old-files: 1d - name: Build @@ -1189,7 +1188,6 @@ jobs: uses: hendrikmuhs/ccache-action@v1.2.16 with: key: windows-latest-cmake-hip-release - variant: sccache evict-old-files: 1d - name: Install