Skip to content

Commit 1a9e726

Browse files
committed
Merge branch '1.x' of github.com:manuel-martos/appyx into 1.x
2 parents 3364e76 + 66bdcf3 commit 1a9e726

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)