mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 11:15:14 +00:00
change java 11 to java 8
This commit is contained in:
parent
6cc45933d9
commit
9ba9950c46
1 changed files with 2 additions and 2 deletions
4
.github/workflows/compile-android.yml
vendored
4
.github/workflows/compile-android.yml
vendored
|
@ -11,10 +11,10 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: main
|
||||
- name: set up JDK 11
|
||||
- name: set up JDK 8
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '11'
|
||||
java-version: '8'
|
||||
distribution: 'zulu'
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x ./android/gradlew
|
||||
|
|
Loading…
Reference in a new issue