Skip to content

Commit

Permalink
split writing into config.ini from AVD creation
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Sep 6, 2024
1 parent 053dc34 commit 36bdb1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
--package "$ANDROID_OS_IMAGE" \
--name "MyAVD"
- name: Configure AVD
run: |
cat << EOF >> ~/.android/avd/MyAVD.avd/config.ini
hw.cpu.ncore=2
hw.gpu.enabled=yes
Expand Down

0 comments on commit 36bdb1a

Please sign in to comment.