mirror of
https://github.com/KRTirtho/spotube.git
synced 2026-05-08 16:24:36 +00:00
cd: add setup java for android
This commit is contained in:
parent
f14e314237
commit
5a9145c880
7
.github/workflows/spotube-release-binary.yml
vendored
7
.github/workflows/spotube-release-binary.yml
vendored
@ -314,6 +314,13 @@ jobs:
|
||||
with:
|
||||
cache: true
|
||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '17'
|
||||
cache: 'gradle'
|
||||
check-latest: true
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user