mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-24 03:49:30 +00:00
feat: add step to accept Android SDK licenses in CI workflow
This commit is contained in:
parent
f79f28fbf2
commit
f82480ec3a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/flutter-ci.yaml
vendored
4
.github/workflows/flutter-ci.yaml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue