Skip to content

Commit

Permalink
Add arch to emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Mar 23, 2024
1 parent a9ed7f8 commit 0c614e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
with:
profile: pixel_6_pro
api-level: 31 #${{ matrix.api-level }}
arch: x86_64
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
script: echo "Generated AVD snapshot for caching."
Expand All @@ -63,7 +64,8 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
profile: pixel_6_pro
api-level: 29
api-level: 31 #${{ matrix.api-level }}
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
Expand Down

0 comments on commit 0c614e5

Please sign in to comment.