mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +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
|
- name: set up JDK 11
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'temurin'
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
- name: Setup Android SDK
|
- name: Setup Android SDK
|
||||||
uses: android-actions/setup-android@v2
|
uses: android-actions/setup-android@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user