Skip to content

Commit 5e4c0ce

Browse files
author
Vinay Gaba
committed
More fixes
1 parent 464b49b commit 5e4c0ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Accept licenses and install SDK components
5050
run: |
5151
yes | sdkmanager --licenses
52-
sdkmanager "platform-tools" "platforms;android-35" "build-tools;35.0.0"
52+
sdkmanager "platform-tools" "platforms;android-35" "build-tools;35.0.0" "system-images;android-35;google_apis;arm64-v8a"
5353
- uses: actions/cache@v4
5454
with:
5555
path: ~/.gradle/caches
@@ -63,9 +63,9 @@ jobs:
6363
with:
6464
api-level: 35
6565
target: google_apis
66-
arch: x86_64
66+
arch: arm64-v8a
6767
force-avd-creation: true
6868
disable-animations: true
6969
emulator-boot-timeout: 900
70-
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim
70+
emulator-options: -no-window -gpu host -no-snapshot -noaudio -no-boot-anim
7171
script: ./gradlew connectedCheck --no-daemon --stacktrace

0 commit comments

Comments
 (0)