Skip to content

Commit f888038

Browse files
committed
android emulator setup
1 parent 5ee1f9c commit f888038

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,12 @@ jobs:
4949
YARN_ENABLE_HARDENED_MODE: 0
5050
steps:
5151
- uses: actions/checkout@v4
52-
- name: Enable KVM group perms
52+
- name: Emulator Setup
5353
run: |
5454
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
5555
sudo udevadm control --reload-rules
5656
sudo udevadm trigger --name-match=kvm
57+
sudo apt-get install -y libpulse0 libgl1
5758
- name: Install devbox
5859
uses: jetify-com/[email protected]
5960
with:
@@ -68,7 +69,7 @@ jobs:
6869
profile: ${{matrix.profile}}
6970
avd-name: Pixel_API_21_AOSP
7071
target: default
71-
force-avd-creation: true
72+
force-avd-creation: false
7273
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
7374
disable-animations: true
7475
script: devbox run test-android

0 commit comments

Comments
 (0)