]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : fix ubuntu-latest-cmake-rpc (disable ccache) (#16388)
authorSigbjørn Skjæret <redacted>
Thu, 2 Oct 2025 11:51:36 +0000 (13:51 +0200)
committerGitHub <redacted>
Thu, 2 Oct 2025 11:51:36 +0000 (13:51 +0200)
.github/workflows/build.yml

index c20d3baaa03c8b243f3f6c713dc1272f5bc439a3..2fb35a82d408556a813ad015b5c1b412b066f908 100644 (file)
@@ -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