From 28621352099a6498b286630a258bf0e9fb596b39 Mon Sep 17 00:00:00 2001 From: Gabriel Fleischer Date: Mon, 11 Mar 2024 20:14:21 +0100 Subject: [PATCH] Fix emulator target --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1b81b2..49ffc6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,8 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: 34 + target: google_apis + arch: x86_64 force-avd-creation: false emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: false @@ -93,6 +95,8 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: 34 + target: google_apis + arch: x86_64 force-avd-creation: false emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: true