Skip to content

Commit

Permalink
Update Android CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zHd4 committed Nov 19, 2024
1 parent e80d868 commit 7483af5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
run: |
yes | sdkmanager --licenses
- name: Install System Image
run: |
sdkmanager "system-images;android-31;google_apis;x86_64"
- name: Create and Start Emulator
run: |
avdmanager create avd -n test -k "system-images;android-31;google_apis;x86_64" --device "pixel"
Expand Down

0 comments on commit 7483af5

Please sign in to comment.