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 - name: Test
run: go test -v ./... run: go test -v ./...
- name: Install gcc
run: sudo apt-get install -y gcc
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2 uses: goreleaser/goreleaser-action@v2
with: with:

View file

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