Skip to content

Commit

Permalink
chore: ci install emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
wtto00 committed Sep 22, 2023
1 parent 0db9f4f commit 314782c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,13 @@ jobs:
- name: Setup Android SDK
uses: amyu/[email protected]

- name: Run some command
- name: Download Emulator
run: |
ls "$ANDROID_HOME"
which emulator
URL=https://dl.google.com/android/repository/emulator-linux_x64-10410302.zip
TARGET_DIR=~/.android/sdk
mkdir -p $TARGET_DIR
curl -L $URL -o emulator.zip
unzip emulator.zip -d $TARGET_DIR
- name: Enable KVM group perms
run: |
Expand Down

0 comments on commit 314782c

Please sign in to comment.