[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
@@ -14,6 +14,12 @@ jobs:
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
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: |