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