Try installing gcc and limiting targets

This commit is contained in:
Daniel Krol 2022-08-20 06:17:54 -04:00
parent 74f77a4f91
commit 7c97b5ea48
2 changed files with 5 additions and 2 deletions

View file

@ -17,6 +17,9 @@ jobs:
- name: Test
run: go test -v ./...
- name: Install gcc
run: sudo apt-get install -y gcc
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:

View file

@ -12,8 +12,8 @@ builds:
- CGO_ENABLED=1
goos:
- linux
- windows
- darwin
# - windows
# - darwin
archives:
- replacements:
darwin: Darwin