Skip to content

Commit 7d186b8

Browse files
ci: enable cgo
1 parent 22bacdd commit 7d186b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

+7
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ jobs:
4848
echo "::set-output name=goversion::https://go.dev/dl/go1.22.0.darwin-amd64.pkg"
4949
fi
5050
51+
set_env:
52+
runs-on: ubuntu-latest
53+
steps:
54+
- name: Set CGO_ENABLED
55+
run: |
56+
echo "CGO_ENABLED=1" >> $GITHUB_ENV
57+
5158
release:
5259
runs-on: ubuntu-latest
5360
strategy:

0 commit comments

Comments
 (0)