[fix] add jdk 21

This commit is contained in:
eventlOwOp
2025-04-06 20:29:47 +08:00
parent bacea863bf
commit eb00b1ae35
+6
View File
@@ -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