Skip to content

Commit

Permalink
add JDK 17 and android SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
goeiecool9999 committed Jun 11, 2024
1 parent faca17e commit 879dce2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,15 @@ jobs:
submodules: "recursive"
fetch-depth: 0

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

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

- uses: nttld/setup-ndk@v1
with:
ndk-version: r26d
Expand Down

0 comments on commit 879dce2

Please sign in to comment.