Skip to content

Commit

Permalink
Use arch x86_64 for emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
lsuski committed Jul 25, 2024
1 parent 72845a7 commit 9ca75cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/android-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ runs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
emulator-options: -skin 1920x1080 -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -arch x86_64
emulator-options: -skin 1920x1080 -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
arch: x86_64
script: ./gradlew :cukeulator:connectedCheck -PdisableAnimations=true

0 comments on commit 9ca75cf

Please sign in to comment.