From de5389b28651a275e87f592a37e35c63b4c0c797 Mon Sep 17 00:00:00 2001 From: hangpersonal Date: Mon, 20 Oct 2025 19:09:51 -0700 Subject: [PATCH] Add .gitea/workflows/*.yaml --- .gitea/workflows/cache-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cache-verify.yml b/.gitea/workflows/cache-verify.yml index 4777061..979352b 100644 --- a/.gitea/workflows/cache-verify.yml +++ b/.gitea/workflows/cache-verify.yml @@ -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