We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b137f commit 7c62b72Copy full SHA for 7c62b72
.github/workflows/android-emulator.yml
@@ -20,6 +20,8 @@ jobs:
20
with:
21
api-level: 28
22
disable-animations: true
23
+ arch: x86_64
24
+ profile: Nexus 6
25
script: ./gradlew cAT
26
- uses: actions/upload-artifact@v1
27
if: failure()
0 commit comments