Revert "fix(ci): add zlib for cgo"

This reverts commit 743c672c44.
This commit is contained in:
Unlock Music Dev
2022-12-05 07:24:21 +08:00
parent 5fbcdb77d4
commit a9c976f47d
2 changed files with 1 additions and 5 deletions

View File

@@ -7,7 +7,6 @@ steps:
image: alpine/git
name: fetch tags
- commands:
- apt-get update && apt-get -y install zlib1g-dev
- go test -v ./...
image: golang:1.19
name: go test