Skip to content

Commit

Permalink
Install required Java for sdkmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Mar 10, 2024
1 parent ed4bb5d commit d89d89a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
path: ${{runner.workspace}}/Qt
key: qt-${{env.QT_VERSION}}-${{env.QT_ARCH}}-${{env.QT_HOST_ARCH}}

- 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
with:
Expand Down

0 comments on commit d89d89a

Please sign in to comment.