mirror of
https://codeberg.org/mi6e4ka/openstore.git
synced 2025-06-28 12:09:57 +00:00
ci: add java and android prepare
This commit is contained in:
parent
cbe138bee9
commit
0d11e61e0c
1 changed files with 9 additions and 0 deletions
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue