Add .gitea/workflows/*.yaml

This commit is contained in:
2025-10-20 19:09:51 -07:00
parent 7e891c4138
commit de5389b286

View File

@@ -33,7 +33,7 @@ jobs:
- name: Use actions/cache
uses: actions/cache@v4
with:
path: /data/cache
path: ~/.cache/demo
key: cache-verify-${{ runner.os }}-v1
# 4) Write a marker file so we can see reuse across runs