Skip to content

Commit 30fec4d

Browse files
committed
Try setup-skip action
1 parent 0b7887d commit 30fec4d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
BUILD_TOOLS_VERSION: "35.0.0"
5050
steps:
5151
- uses: skiptools/actions/setup-skip@skip-action
52+
- uses: skiptools/swift-android-action@v2
53+
with:
54+
build-package: false
5255

5356
- name: "Setup Environment"
5457
run: |
@@ -100,7 +103,7 @@ jobs:
100103
run: emulator -list-avds
101104

102105
- name: Emulator - Boot
103-
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 &
104107

105108
- name: ADB Wait For Device
106109
run: adb wait-for-any-device

0 commit comments

Comments
 (0)