Skip to content

Commit f3fa8d2

Browse files
committed
debug
Signed-off-by: bakhtin <[email protected]>
1 parent 7942804 commit f3fa8d2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@ jobs:
1717
with:
1818
path: |
1919
cache.tar
20-
key: mkosi-buildernet-
20+
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"
2128
2229
- name: Install mkosi
2330
run: |

0 commit comments

Comments
 (0)