fix: workflow Insufficient permission to access.

This commit is contained in:
cdryzun 2023-07-31 20:43:27 +08:00
parent d5691ba7ed
commit d7dcb5f9f4

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