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