Skip to content

Commit

Permalink
Fix Cirrus configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesoltys committed Sep 12, 2023
1 parent 06fd4e0 commit a34bf73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ container:

check_android_task:
install_emulator_script:
sdkmanager --install "system-images;android-33;google_apis;x86"
sdkmanager --install "system-images;android-33;google_apis;x86_64"
create_avd_script:
echo no | avdmanager create avd --force
-n seedvault
-k "system-images;android-33;google_apis;x86"
-k "system-images;android-33;google_apis;x86_64"
provision_emulator_script:
./gradlew :app:provisionEmulator
assemble_instrumented_tests_script:
Expand Down

0 comments on commit a34bf73

Please sign in to comment.