feat: add step to accept Android SDK licenses in CI workflow

This commit is contained in:
Dr.Blank 2025-05-28 11:16:06 +05:30
parent f79f28fbf2
commit f82480ec3a
No known key found for this signature in database
GPG key ID: BA5F87FF0560C57B

View file

@ -70,6 +70,10 @@ jobs:
flutter-channel: stable
java-version: 17
- name: Accept Android SDK Licenses
run: |
yes | sudo $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses
- name: Decode android/upload.jks
run: echo "${{ secrets.UPLOAD_KEYSTORE_JKS }}" | base64 --decode > android/upload.jks