Skip to content

Commit

Permalink
enable CGO for sei
Browse files Browse the repository at this point in the history
  • Loading branch information
tuky191 committed Apr 5, 2024
1 parent 1a20753 commit 3367cba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sei-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
go_version: "1.21"
- version: "3.8.2"
go_version: "1.21"
build_command: "CGO_ENABLED=1 make install"

with:
binary: ${{ matrix.binary }}
Expand Down

0 comments on commit 3367cba

Please sign in to comment.