master
Cloudburst 2022-08-10 21:57:31 +02:00 committed by GitHub
parent 5ae9053b04
commit 1f7ee744ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -29,10 +29,10 @@ jobs:
ref: "builds"
path: "builds"
- name: Setup JDK 8
- name: Setup JDK 11
uses: actions/setup-java@v1
with:
java-version: 8
java-version: 11
- name: Setup Android SDK
uses: android-actions/setup-android@v2