From 8b3d412d5f426c0150d4e4d224ae6bb02701e7fc Mon Sep 17 00:00:00 2001 From: Constantin Konstantinidis Date: Mon, 16 Sep 2024 12:20:22 +0200 Subject: [PATCH] android: enable cgo as required Set different test name --- .github/workflows/android_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android_test.yml b/.github/workflows/android_test.yml index 9854586..68251af 100644 --- a/.github/workflows/android_test.yml +++ b/.github/workflows/android_test.yml @@ -1,4 +1,4 @@ -name: linux +name: android on: push: branches: @@ -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