Skip to content

Commit

Permalink
CGO_ENABLED=1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelahman committed Jan 2, 2025
1 parent e4b1909 commit e5c3d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ jobs:
- run: |
GOOS="${{ matrix.os-arch.goos }}" \
GOARCH="${{ matrix.os-arch.goarch }}" \
CGO_ENABLED="1" \
uv build
- run: uv publish

0 comments on commit e5c3d59

Please sign in to comment.