From cc3a9f99a53c3dc83aacb99c0ba3a42477c5be7f Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Tue, 2 Jan 2024 15:46:59 -0700 Subject: [PATCH] fixup! ffi: convert to using gomobile Signed-off-by: Sumner Evans --- .github/workflows/android.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 89e17ab..790a5be 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -22,9 +22,10 @@ jobs: uses: actions/setup-go@v4 with: go-version: '1.21.1' - - name: Install gomobile + - name: Set up gomobile run: | go install golang.org/x/mobile/cmd/gomobile@latest + gomobile init - name: Set up JDK 17 uses: actions/setup-java@v3 with: