Skip to content

Commit 7dc4afb

Browse files
authored
Merge pull request #5814 from cakebaker/android
ci: set -no-window in Android workflow
2 parents 294a0ab + 833c1a0 commit 7dc4afb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
ram-size: 2048M
5353
disk-size: 7GB
5454
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
5656
script: |
5757
util/android-commands.sh init "${{ matrix.arch }}" "${{ matrix.api-level }}" "${{ env.TERMUX }}"
5858
- name: Save AVD cache
@@ -88,7 +88,7 @@ jobs:
8888
ram-size: 2048M
8989
disk-size: 7GB
9090
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 }}
9292
# This is not a usual script. Every line is executed in a separate shell with `sh -c`. If
9393
# one of the lines returns with error the whole script is failed (like running a script with
9494
# set -e) and in consequences the other lines (shells) are not executed.

0 commit comments

Comments
 (0)