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