mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
cgo needs a c compiler on all platforms
This commit is contained in:
parent
6091595f34
commit
17922c85cf
|
@ -20,8 +20,7 @@ build:
|
|||
dependencies:
|
||||
go.dev: ^1.18
|
||||
tea.xyz/gx/make: '*'
|
||||
linux:
|
||||
tea.xyz/gx/cc: c99 # for cgo
|
||||
tea.xyz/gx/cc: c99 # for cgo
|
||||
env:
|
||||
GOPATH: ${{prefix}}/gopath
|
||||
GOCACHE: ${{prefix}}/gocache
|
||||
|
|
Loading…
Reference in a new issue