Skip to content

Commit

Permalink
tweak emulator flags
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Nov 14, 2024
1 parent 364cfe7 commit d96ffbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maestro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Start emulator
run: |
nohup $ANDROID_HOME/emulator/emulator -avd emu -no-window -gpu off -no-snapshot -noaudio -no-boot-anim -camera-back emulated &
$ANDROID_HOME/emulator/emulator -avd emu -no-window -gpu swiftshader_indirect -memory 2048 -no-snapshot -noaudio -skip-adb-auth -no-boot-anim -accel off -camera-back emulated -qemu -cpu max -machine gic-version=max &
shell: bash

- name: Wait for emulator to boot
Expand Down

0 comments on commit d96ffbb

Please sign in to comment.