Skip to content

Commit 2491a0b

Browse files
committed
chore(ci): fix missing deps
1 parent cc1e7a1 commit 2491a0b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
5656
sudo apt-get update
5757
sudo apt-get install -y clang-16 libc++-16-dev libc++abi-16-dev ninja-build
58+
sudo apt-get install -y mesa-common-dev libxi-dev libxxf86vm-dev libxrandr-dev libxinerama-dev libxcursor-dev libx11-xcb-dev
5859
sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang-16 100
5960
sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-16 100
6061

0 commit comments

Comments
 (0)