Skip to content

Commit

Permalink
Set CGO_ENABLED in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdHeat committed Jul 18, 2023
1 parent 1e790d0 commit b6010b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -80,6 +80,7 @@ jobs:
CIBW_BUILD_VERBOSITY: 1
CIBW_ARCHS_MACOS: arm64
GOARCH: arm64
CGO_ENABLED: 1
run: |
python3 -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit b6010b6

Please sign in to comment.