Skip to content

Commit

Permalink
enable CGO
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Jul 18, 2023
1 parent 923a771 commit 3f6b16a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: "1.19.x"
env:
CGO_ENABLED: 1
- name: Go information
run: |
go version
Expand All @@ -28,7 +30,7 @@ jobs:
run: go test -v -shuffle=on ./mobile

- name: Build the artifact
run: make fula-xcframework
run: CGO_ENABLED=1 make fula-xcframework

- name: Upload release asset
if: github.event_name == 'release'
Expand Down

0 comments on commit 3f6b16a

Please sign in to comment.