File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -95,13 +95,14 @@ jobs:
9595 path : |
9696 ~/.android/avd/*
9797 ~/.android/adb*
98- key : avd-29
98+ key : avd-28
9999 - name : Create AVD and generate snapshot for caching
100100 if : steps.avd-cache.outputs.cache-hit != 'true'
101101 uses : reactivecircus/android-emulator-runner@v2
102102 with :
103103 # Use API 29 https://github.com/ReactiveCircus/android-emulator-runner/issues/222
104- api-level : 29
104+ # Use API 28 https://github.com/ReactiveCircus/android-emulator-runner/issues/373
105+ api-level : 28
105106 arch : x86_64
106107 force-avd-creation : false
107108 emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
@@ -111,7 +112,8 @@ jobs:
111112 uses : reactivecircus/android-emulator-runner@v2
112113 with :
113114 # Use API 29 https://github.com/ReactiveCircus/android-emulator-runner/issues/222
114- api-level : 29
115+ # Use API 28 https://github.com/ReactiveCircus/android-emulator-runner/issues/373
116+ api-level : 28
115117 arch : x86_64
116118 force-avd-creation : false
117119 emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
You can’t perform that action at this time.
0 commit comments