From 42e1fb162c0ea08bdaea93ecb4f255e0b83d5c98 Mon Sep 17 00:00:00 2001 From: Miguel Beltran Date: Thu, 30 Jan 2025 09:51:44 +0100 Subject: [PATCH] specify google_apis and arch --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 241e89a..1e60bef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,4 +99,6 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: 35 + target: google_apis + arch: x86_64 script: ./gradlew connectedCheck