ci: use gitea actions instead of drone #40

Merged
张泊明518370910136 merged 40 commits from actions into master 2024-09-20 08:03:01 +08:00
Showing only changes of commit d209c48531 - Show all commits

View File

@ -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