We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ba28e commit a77f985Copy full SHA for a77f985
1 file changed
.github/workflows/_android.yml
@@ -52,6 +52,20 @@ jobs:
52
run-emulator:
53
needs: build-llm-demo
54
# NB: Use metal install for KVM support to run the emulator faster
55
+ run: |
56
+ cat /etc/os-release
57
+ sudo dnf install -y \
58
+ libX11-xcb \
59
+ libxcb \
60
+ pulseaudio-libs \
61
+ nss \
62
+ libXcomposite \
63
+ libXcursor \
64
+ libXi \
65
+ libXtst \
66
+ alsa-lib \
67
+ mesa-libGL \
68
+ mesa-dri-drivers
69
runs-on: linux.24xl.spr-metal
70
env:
71
ANDROID_NDK_VERSION: r28c
0 commit comments