mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 06:04:18 +00:00
Disable CGO for goreleaser builds
This commit is contained in:
parent
281426270c
commit
6a1c227231
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
env:
|
||||
- GO111MODULE=on
|
||||
- CGO_ENABLED=0
|
||||
before:
|
||||
hooks:
|
||||
- go mod download
|
||||
|
|
Loading…
Reference in a new issue