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 08ceec0 commit cbcd3ffCopy full SHA for cbcd3ff
1 file changed
.github/workflows/android.yml
@@ -68,7 +68,7 @@ jobs:
68
run: |
69
pactl info || (echo "PA Server failed to start" && exit 1)
70
71
- ${{ env.ANDROID_HOME }}/emulator/emulator -avd test_avd \
+ emulator -avd test_avd \
72
-no-window \
73
-no-snapshot \
74
-gpu swiftshader_indirect \
0 commit comments