We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1e7a1 commit 2491a0bCopy full SHA for 2491a0b
1 file changed
.github/workflows/build-android.yml
@@ -55,6 +55,7 @@ jobs:
55
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
56
sudo apt-get update
57
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
59
sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang-16 100
60
sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-16 100
61
0 commit comments