We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bfcc42 commit 3f43fb7Copy full SHA for 3f43fb7
1 file changed
.github/workflows/android.yml
@@ -123,6 +123,7 @@ jobs:
123
with:
124
api-level: ${{ matrix.api-level }}
125
arch: x86_64
126
+ target: google_apis
127
force-avd-creation: false
128
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
129
disable-animations: false
@@ -133,6 +134,7 @@ jobs:
133
134
135
136
137
138
139
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
140
disable-animations: true
0 commit comments