[fix] add jdk 21
This commit is contained in:
@@ -15,6 +15,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
|
|
||||||
|
- name: Set up JDK
|
||||||
|
uses: actions/setup-java@v4
|
||||||
|
with:
|
||||||
|
distribution: 'jetbrains'
|
||||||
|
java-version: '21'
|
||||||
|
|
||||||
- name: build target apk
|
- name: build target apk
|
||||||
run: |
|
run: |
|
||||||
cd app
|
cd app
|
||||||
|
|||||||
Reference in New Issue
Block a user