更新 .gitea/workflows/multiple.yml
Some checks failed
Gitea Actions Demo / Gitea-Actions (push) Successful in 31s
Gitea Actions Demo / build (push) Failing after 24s
Gitea Actions Demo / test (push) Failing after 30s
Gitea Actions Demo / setup (push) Failing after 12m35s

This commit is contained in:
huanghs 2023-08-01 21:30:13 +08:00
parent 72a3a7e33d
commit abefcacec3

View File

@ -22,6 +22,11 @@ jobs:
node-version: 16
cache: 'yarn'
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
- name: Hash files
id: get-hash
uses: https://gitea.com/actions/go-hashfiles@v0.0.1