Skip to content

Commit

Permalink
fixup! ffi: convert to using gomobile
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Jan 2, 2024
1 parent a145209 commit cc3a9f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cc3a9f9

Please sign in to comment.