Skip to content

Commit

Permalink
Fix up emulator step.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4handjr committed May 13, 2024
1 parent 07e0246 commit 981764a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
cd firefox-android/**/mobile/android/fenix
- name: Start emulator
run: |
echo no | android create avd --force -n test -k "system-images;android-34;google_apis;x86" --device "Pixel 3a"
emulator -avd test -no-audio -no-window -gpu swiftshader -no-snapshot -no-accel &
avdmanager create avd -n pixel_3a -k "system-images;android-34;google_apis;x86" --device "pixel_3a"
$ANDROID_HOME/emulator/emulator -avd pixel_3a -no-audio -no-window -gpu swiftshader -no-snapshot -no-accel &
- name: Wait for emulator to start
run: |
adb devices
Expand Down

0 comments on commit 981764a

Please sign in to comment.