File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 52
52
ram-size : 2048M
53
53
disk-size : 7GB
54
54
force-avd-creation : true
55
- emulator-options : -no-snapshot-load -noaudio -no-boot-anim -camera-back none
55
+ emulator-options : -no-window -no- snapshot-load -noaudio -no-boot-anim -camera-back none
56
56
script : |
57
57
util/android-commands.sh init "${{ matrix.arch }}" "${{ matrix.api-level }}" "${{ env.TERMUX }}"
58
58
- name : Save AVD cache
88
88
ram-size : 2048M
89
89
disk-size : 7GB
90
90
force-avd-creation : false
91
- emulator-options : -no-snapshot-save -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -snapshot ${{ matrix.api-level }}-${{ matrix.arch }}+termux-${{ env.TERMUX }}
91
+ emulator-options : -no-window -no- snapshot-save -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -snapshot ${{ matrix.api-level }}-${{ matrix.arch }}+termux-${{ env.TERMUX }}
92
92
# This is not a usual script. Every line is executed in a separate shell with `sh -c`. If
93
93
# one of the lines returns with error the whole script is failed (like running a script with
94
94
# set -e) and in consequences the other lines (shells) are not executed.
You can’t perform that action at this time.
0 commit comments