update
Some checks failed
Release / release (push) Failing after 43s

This commit is contained in:
zun.yang 2023-07-31 16:51:24 +08:00
parent 6302c33874
commit 012397aed1

View File

@ -11,6 +11,7 @@ jobs:
- uses: actions/setup-go@v3 - uses: actions/setup-go@v3
with: { go-version: 1.20 } with: { go-version: 1.20 }
- run: go install github.com/go-task/task/v3/cmd/task@latest - run: go install github.com/go-task/task/v3/cmd/task@latest
- run: sudo apt update && sudo apt-get install zip
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: task deps - run: task deps
- run: git reset --hard - run: git reset --hard