We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7942804 commit f3fa8d2Copy full SHA for f3fa8d2
.github/workflows/release.yml
@@ -17,7 +17,14 @@ jobs:
17
with:
18
path: |
19
cache.tar
20
- key: mkosi-buildernet-
+ key: mkosi-buildernet-${{ github.run_id }}
21
+ restore-keys: |
22
+ mkosi-buildernet-
23
+
24
+ - name: Debug cache status
25
+ run: |
26
+ echo "Cache hit: ${{ steps.restore-cache.outputs.cache-hit }}"
27
+ ls -la cache.tar || echo "No cache.tar found"
28
29
- name: Install mkosi
30
run: |
0 commit comments