mirror of
https://git.um-react.app/um/cli.git
synced 2025-11-28 03:33:02 +00:00
fix(ci): add zlib for cgo
This commit is contained in:
@@ -7,6 +7,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user