mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-25 03:18:54 +08:00
Update JDK to 17 (from 1.8). Required for current cmdline-tools
This commit is contained in:
4
.github/workflows/run.yml
vendored
4
.github/workflows/run.yml
vendored
@@ -35,10 +35,10 @@ jobs:
|
||||
with:
|
||||
path: ./build/
|
||||
|
||||
- name: Set up JDK 1.8
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 1.8
|
||||
java-version: 17
|
||||
distribution: 'adopt'
|
||||
|
||||
- name: Setup Android SDK
|
||||
|
||||
Reference in New Issue
Block a user