From a77f98553c4f5e9b9c8aeb866a80fab8526d3f07 Mon Sep 17 00:00:00 2001 From: lucylq Date: Wed, 14 Jan 2026 17:10:08 -0800 Subject: [PATCH] test --- .github/workflows/_android.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/_android.yml b/.github/workflows/_android.yml index 7b67c340350..9bd820eb2c8 100644 --- a/.github/workflows/_android.yml +++ b/.github/workflows/_android.yml @@ -52,6 +52,20 @@ jobs: run-emulator: needs: build-llm-demo # NB: Use metal install for KVM support to run the emulator faster + run: | + cat /etc/os-release + sudo dnf install -y \ + libX11-xcb \ + libxcb \ + pulseaudio-libs \ + nss \ + libXcomposite \ + libXcursor \ + libXi \ + libXtst \ + alsa-lib \ + mesa-libGL \ + mesa-dri-drivers runs-on: linux.24xl.spr-metal env: ANDROID_NDK_VERSION: r28c