File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments