ci : key cache to sanitizer matrix (#28708)

This commit is contained in:
Sigbjørn Skjæret
2026-09-11 07:56:18 +02:00
committed by GitHub
parent 481c65f091
commit 451b89bae0
+2 -2
View File
@@ -75,7 +75,7 @@ jobs:
- name: ccache-buckets-restore
uses: ./.github/actions/ccache-buckets
with:
key: server-sanitize
key: server-sanitize-${{ matrix.sanitizer }}
folder: llama.cpp
hf_bucket: ggml-org/cache
@@ -99,7 +99,7 @@ jobs:
env:
HF_TOKEN: ${{ secrets.HF_TOKEN_CACHE_OUTPUT }}
with:
key: server-sanitize
key: server-sanitize-${{ matrix.sanitizer }}
folder: llama.cpp
evict-old-files: 1d
hf_bucket: ggml-org/cache