1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Try another Java 11 version instead of the now broken azul build

This commit is contained in:
Martin Tůma 2024-01-18 22:15:48 +01:00
parent 578045108f
commit 19c4aa1c34

View File

@ -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