cgo needs a c compiler on all platforms

This commit is contained in:
Jacob Heider 2023-01-05 15:57:23 -05:00
parent 6091595f34
commit 17922c85cf
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -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