We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7887d commit 30fec4dCopy full SHA for 30fec4d
.github/workflows/ci.yml
@@ -49,6 +49,9 @@ jobs:
49
BUILD_TOOLS_VERSION: "35.0.0"
50
steps:
51
- uses: skiptools/actions/setup-skip@skip-action
52
+ - uses: skiptools/swift-android-action@v2
53
+ with:
54
+ build-package: false
55
56
- name: "Setup Environment"
57
run: |
@@ -100,7 +103,7 @@ jobs:
100
103
run: emulator -list-avds
101
104
102
105
- name: Emulator - Boot
- run: emulator -memory 4096 -avd "${ANDROID_EMULATOR_NAME}" -wipe-data -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim &
106
+ run: emulator -memory 4096 -avd "${ANDROID_EMULATOR_NAME}" -wipe-data -no-window -gpu "${ANDROID_GPU}" -no-snapshot -noaudio -no-boot-anim &
107
108
- name: ADB Wait For Device
109
run: adb wait-for-any-device
0 commit comments