Skip to content

Commit

Permalink
Force cgo on even when cross-compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
jordemort committed Jan 23, 2023
1 parent b3348b6 commit f1975b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- os: macos-latest
cibw_python: "cp37-*"
cibw_arch: arm64

steps:
- uses: actions/checkout@v3
with:
Expand All @@ -77,6 +77,7 @@ jobs:
CIBW_BUILD: ${{ matrix.cibw_python }}
CIBW_ARCHS: ${{ matrix.cibw_arch }}
GOARCH: ${{ matrix.goarch }}
CGO_ENABLED: 1

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f1975b7

Please sign in to comment.