From 02684bb323eb8410d84f9a0ca14c9766a13f272f Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Tue, 22 Mar 2022 13:46:02 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=A6.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index edb9982a2..919f7e33c 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -48,7 +48,7 @@ jobs: runs-on: macos-latest strategy: matrix: - api-level: [22, 24, 26, 28, 29, 30, 31] + api-level: [22, 24, 28, 29, 30, 31] steps: - uses: actions/checkout@v2 - name: set up JDK 11 @@ -66,7 +66,7 @@ jobs: with: api-level: ${{ matrix.api-level }} arch: x86_64 - emulator-options: -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none + emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: true script: ./gradlew connectedProdDebugAndroidTest