ci: add java and android prepare

This commit is contained in:
Michael 2025-05-08 18:55:36 +03:00
parent cbe138bee9
commit 0d11e61e0c

View file

@ -14,6 +14,15 @@ jobs:
with:
submodules: recursive
- name: Set up JDK 21
uses: https://github.com/actions/setup-java@v3
with:
java-version: "21"
distribution: "temurin"
- name: Setup Android SDK
uses: https://github.com/android-actions/setup-android@v3
# 2. Устанавливаем Flutter из подмодуля
- name: Setup Flutter
run: |