Skip to content

Commit

Permalink
android: enable cgo as required
Browse files Browse the repository at this point in the history
Set different test name
  • Loading branch information
iwdgo committed Sep 16, 2024
1 parent 5bdc496 commit 8b3d412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: linux
name: android
on:
push:
branches:
Expand Down Expand Up @@ -28,7 +28,7 @@ jobs:
uses: iwdgo/gotip-build@android
id: gotip
with:
go_variables: GOOS=android GOARCH=amd64
go_variables: GOOS=android GOARCH=amd64 CGO_ENABLED=1
test_build: true

- name: Upload go executable
Expand Down

0 comments on commit 8b3d412

Please sign in to comment.