Skip to content

Commit 8b02f1f

Browse files
committed
Try setup-skip action
1 parent 0fe250c commit 8b02f1f

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,17 @@ jobs:
3333
os: 'ubuntu-latest'
3434
ANDROID_API: 28
3535
ANDROID_ARCH: 'x86_64'
36-
ANDROID_GPU: 'none'
36+
ANDROID_GPU: 'off'
37+
- name: 'Ubuntu Latest'
38+
os: 'ubuntu-latest'
39+
ANDROID_API: 28
40+
ANDROID_ARCH: 'x86_64'
41+
ANDROID_GPU: 'swiftshader_indirect'
42+
- name: 'Ubuntu Latest'
43+
os: 'ubuntu-latest'
44+
ANDROID_API: 28
45+
ANDROID_ARCH: 'x86_64'
46+
ANDROID_GPU: 'swiftshader'
3747
fail-fast: false
3848
runs-on: ${{ matrix.os }}
3949
env:
@@ -91,7 +101,7 @@ jobs:
91101
run: emulator -list-avds
92102

93103
- name: Emulator - Boot
94-
run: emulator -memory 4096 -avd "${ANDROID_EMULATOR_NAME}" -wipe-data -no-window -accel off -no-accel -gpu off -engine classic -no-snapshot -noaudio -no-boot-anim &
104+
run: emulator -memory 4096 -avd "${ANDROID_EMULATOR_NAME}" -wipe-data -no-window -accel off -no-accel -gpu "${ANDROID_GPU}" -engine classic -no-snapshot -noaudio -no-boot-anim &
95105

96106
- name: ADB Wait For Device
97107
run: adb wait-for-any-device

0 commit comments

Comments
 (0)