Commit f03cf3e9b for llama.cpp
commit f03cf3e9b89a004b573080893e31c01931b5e6b3
Author: Sigbjørn Skjæret <sigbjorn.skjaeret@huggingface.co>
Date: Fri Sep 18 10:20:53 2026 +0200
ci : disable GHA cache for copilot (#29068)
diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml
index 61c05dcac..5527e73b6 100644
--- a/.github/workflows/copilot-setup-steps.yml
+++ b/.github/workflows/copilot-setup-steps.yml
@@ -11,10 +11,12 @@ on:
paths:
- .github/workflows/copilot-setup-steps.yml
+cache-mode: none
+
jobs:
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
copilot-setup-steps:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
# Set the permissions to the lowest permissions possible needed for your steps.
# Copilot will be given its own token for its operations.
@@ -31,8 +33,8 @@ jobs:
- name: ccache
uses: ggml-org/ccache-action@v1.2.24
with:
- key: copilot-setup-steps
- evict-old-files: 1d
+ restore: false
+ save: false
- name: Dependencies
id: depends