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
|
- 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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue