This commit is contained in:
Harsh Shandilya 2023-05-22 23:04:04 +05:30 committed by GitHub
parent 36138c74d0
commit 6c77a3954e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ jobs:
steps:
- name: Accept all SDK licenses
shell: bash
run: yes 2>/dev/null | $ANDROID_HOME/tools/bin/sdkmanager --licenses
run: printf 'y\ny\ny\ny\ny\n' | $ANDROID_HOME/tools/bin/sdkmanager --licenses