Create sdk.yml

This commit is contained in:
Harsh Shandilya 2023-05-22 22:23:35 +05:30 committed by GitHub
parent 29fc097a7d
commit ff07f57b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
.github/workflows/sdk.yml vendored Normal file
View File

@ -0,0 +1,12 @@
on:
push:
branches:
- main
jobs:
accept-licenses:
runs-on: ubuntu-latest
steps:
- name: Accept all SDK licenses
shell: bash
run: yes | $ANDROID_HOME/tools/bin/sdkmanager --licenses