mirror of https://github.com/BOINC/boinc.git
compile android with java 11 in ci.
This commit is contained in:
parent
096cc15e02
commit
3c1f56bdc6
|
@ -20,10 +20,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
|
||||||
- name: Set up JDK 1.9
|
- name: Setup Java
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 1.9
|
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