Skip to content

Commit

Permalink
Set up SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeuw committed Jun 29, 2024
1 parent ce8b431 commit 5a5df0a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,21 @@ jobs:
with:
go-version: '1.22'

- name: set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: gradle

- name: Set up Android SDK
uses: android-actions/setup-android@v3

- name: Set up NDK
uses: nttld/setup-ndk@v1
with:
ndk-version: r26d
link-to-sdk: true

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew assembleRelease

Expand Down

0 comments on commit 5a5df0a

Please sign in to comment.