mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Try another Java 11 version instead of the now broken azul build
This commit is contained in:
parent
578045108f
commit
19c4aa1c34
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- name: set up JDK 11
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
distribution: 'temurin'
|
||||
java-version: '11'
|
||||
- name: Setup Android SDK
|
||||
uses: android-actions/setup-android@v2
|
||||
|
Loading…
Reference in New Issue
Block a user