ci : bump ccache [no ci] (#20679)

* bump ccache

* forgotten

* disable for s390x

* disable also for ppc64le
This commit is contained in:
Sigbjørn Skjæret
2026-03-17 14:54:31 +01:00
committed by GitHub
parent 3a5cb629b1
commit ab0bb93748
6 changed files with 42 additions and 40 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v6
- name: ccache
uses: ggml-org/ccache-action@v1.2.16
uses: ggml-org/ccache-action@v1.2.21
with:
key: copilot-setup-steps
evict-old-files: 1d
@@ -52,6 +52,6 @@ jobs:
- name: Install Python dependencies
run: |
python3 -m venv .venv
.venv/bin/activate
source .venv/bin/activate
pip install -r requirements/requirements-all.txt -r tools/server/tests/requirements.txt
pip install flake8 pyright pre-commit