Another way to accept SDK licenses

This commit is contained in:
Sergii Pylypenko
2022-01-11 22:48:35 +02:00
parent 3d7782a0db
commit c37381b20f

View File

@@ -38,7 +38,7 @@ jobs:
steps:
- name: Setup Android SDK
run: >
echo yes | sudo $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --licenses
for Y in `seq 20`; do echo y; done | sudo $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --licenses
- name: Check out the repository
uses: actions/checkout@v2