Try installing gcc and limiting targets
This commit is contained in:
parent
74f77a4f91
commit
7c97b5ea48
2 changed files with 5 additions and 2 deletions
3
.github/workflows/build-test-release.yml
vendored
3
.github/workflows/build-test-release.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -12,8 +12,8 @@ builds:
|
|||
- CGO_ENABLED=1
|
||||
goos:
|
||||
- linux
|
||||
- windows
|
||||
- darwin
|
||||
# - windows
|
||||
# - darwin
|
||||
archives:
|
||||
- replacements:
|
||||
darwin: Darwin
|
||||
|
|
Loading…
Reference in a new issue