Skip to content

Commit a77f985

Browse files
committed
test
1 parent a0ba28e commit a77f985

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/_android.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,20 @@ jobs:
5252
run-emulator:
5353
needs: build-llm-demo
5454
# 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
5569
runs-on: linux.24xl.spr-metal
5670
env:
5771
ANDROID_NDK_VERSION: r28c

0 commit comments

Comments
 (0)