Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Sep 6, 2024
1 parent 36bdb1a commit b3685c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
env:
ANDROID_HOME: /home/runner/androidsdk
ANDROID_SDK_ROOT: /home/runner/androidsdk
ANDROID_USER_HOME: /home/runner/.android
ANDROID_OS_IMAGE: system-images;android-29;google_apis;x86_64

steps:
Expand Down Expand Up @@ -80,6 +81,9 @@ jobs:
- name: Configure AVD
run: |
ls -lhFA ~/.android/
ls -lhFA ~/.android/avd/
ls -lhFA ~/.android/avd/MyAVD.avd
cat << EOF >> ~/.android/avd/MyAVD.avd/config.ini
hw.cpu.ncore=2
hw.gpu.enabled=yes
Expand Down

0 comments on commit b3685c8

Please sign in to comment.