Skip to content

Commit

Permalink
ci: Fix go-mobile build
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux committed Jan 10, 2024
1 parent 81439f1 commit 1e2b898
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Build library for Android with gomobile
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Set up JDK 1.8
Expand All @@ -24,7 +24,9 @@ jobs:
id: go

- name: Install NDK
run: echo "y" | $ANDROID_HOME/tools/bin/sdkmanager "ndk;23.2.8568313"
- uses: nttld/setup-ndk@v1
with:
ndk-version: r23c

- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 1e2b898

Please sign in to comment.