Skip to content

Commit

Permalink
Adjusts emulator architecture.
Browse files Browse the repository at this point in the history
  • Loading branch information
rharter committed Apr 29, 2024
1 parent d07b6bd commit ec385a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 31
arch: x86_64
profile: pixel_5
force-avd-creation: false
disable-animations: false
Expand All @@ -155,6 +156,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 31
arch: x86_64
profile: pixel_5
disable-animations: true
force-avd-creation: false
Expand All @@ -176,6 +178,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 31
arch: x86_64
profile: pixel_5
disable-animations: true
force-avd-creation: false
Expand Down

0 comments on commit ec385a4

Please sign in to comment.