Skip to content

Commit 886158c

Browse files
committed
Adjust macOS emulator provisioning
1 parent 4b8206f commit 886158c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/scripts-android.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
set -eux
5858
yes 2>/dev/null | sdkmanager --licenses >/dev/null
59-
yes 2>/dev/null | sdkmanager --install "platform-tools" "build-tools;34.0.0" "platforms;android-33" >/dev/null
59+
yes 2>/dev/null | sdkmanager --install "platform-tools" "build-tools;34.0.0" "platforms;android-33" "emulator" >/dev/null
6060
6161
- name: Verify platform tools
6262
run: |
@@ -116,12 +116,12 @@ jobs:
116116
else
117117
adb exec-out screencap -p > screenshots/test-suite.png
118118
fi
119-
target: default
119+
target: google_apis
120120
cores: 2
121121
avd-name: test
122122
force-avd-creation: true
123123
emulator-boot-timeout: 600
124-
emulator-options: -no-window -gpu host -no-snapshot -noaudio -no-boot-anim -feature HVF -accel hvf
124+
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim
125125
- name: Upload emulator screenshots
126126
uses: actions/upload-artifact@v4
127127
with:

0 commit comments

Comments
 (0)