From d209c48531a3597726967f009c75a613ddca1da9 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Thu, 19 Sep 2024 19:05:58 -0400 Subject: [PATCH] ci: test cache --- .gitea/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index e11666f..979a988 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -38,8 +38,8 @@ jobs: run: echo ${{ steps.hash-go.outputs.hash }} - name: Cache go id: cache-go - uses: https://gitea.com/actions/cache@v3 # Action cache - with: # specify with your GOMODCACHE and GOCACHE + uses: https://gitea.com/actions/cache@v3 + with: path: |- /root/go/pkg/mod /root/.cache/go-build