We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c229979 commit b5f607fCopy full SHA for b5f607f
.github/workflows/android_test.yml
@@ -60,6 +60,8 @@ jobs:
60
uses: reactivecircus/android-emulator-runner@v2
61
with:
62
api-level: ${{ matrix.api-level }}
63
+ arch: ${{ matrix.arch }}
64
+ target: ${{ matrix.target }}
65
force-avd-creation: false
66
emulator-options: -no-window -no-boot-anim -camera-back emulated -camera-front emulated -gpu swiftshader_indirect
67
disable-animations: false
0 commit comments