ci: download emulator too
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Matyáš Caras 2024-07-17 22:29:49 +02:00
parent 537b520288
commit 031d9c2ea3
Signed by: hernik
GPG key ID: 2A3175F98820C5C6

View file

@ -36,6 +36,9 @@ jobs:
- name: Setup Android SDK
uses: https://github.com/android-actions/setup-android@v3
with:
log-accepted-android-sdk-licenses: false
packages: "tools platform-tools emulator"
- name: Install Flutter
run: |