Skip to content

Commit

Permalink
Merge b3b9cd3 into 4e8d15b
Browse files Browse the repository at this point in the history
  • Loading branch information
blagoev committed Feb 23, 2022
2 parents 4e8d15b + b3b9cd3 commit c6940c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/realm-flutter-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
path: |
~/.android/avd/*
~/.android/adb*
key: avd-29
key: avd-31

- name: Create Android Emulator and generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
force-avd-creation: false
api-level: 31
force-avd-creation: true
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
arch: x86
Expand All @@ -68,7 +68,7 @@ jobs:
force-avd-creation: false
disable-animations: true
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
api-level: 29
api-level: 31
ndk: 21.0.6113669
arch: x86
cmake: 3.10.2.4988404
Expand Down

0 comments on commit c6940c4

Please sign in to comment.