mirror of
https://github.com/Dadido3/noita-mapcap.git
synced 2024-11-18 17:17:31 +00:00
Enable CGO which is needed for cross compilation
This commit is contained in:
parent
1a735c06bd
commit
f2b1aba994
1
.github/workflows/build-release.yml
vendored
1
.github/workflows/build-release.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GOARCH: ${{ matrix.goarch }}
|
GOARCH: ${{ matrix.goarch }}
|
||||||
GOOS: ${{ matrix.goos }}
|
GOOS: ${{ matrix.goos }}
|
||||||
|
CGO_ENABLED: 1
|
||||||
|
|
||||||
- name: Create distribution archive
|
- name: Create distribution archive
|
||||||
run: go run -v ./scripts/dist
|
run: go run -v ./scripts/dist
|
||||||
|
Loading…
Reference in New Issue
Block a user