File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments