We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b4c58 commit 3bbc1b4Copy full SHA for 3bbc1b4
.github/workflows/cmake-ci.yml
@@ -32,7 +32,7 @@ jobs:
32
sudo apt-get update
33
sudo apt-get install -y cmake
34
sudo apt-get install -y libvulkan1 mesa-vulkan-drivers vulkan-tools
35
- sudo apt-get install -y libxrandr-dev
+ sudo apt-get install -y libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libgl-dev
36
37
- name: Build with CMake
38
run: CMAKE_VERBOSE_MAKEFILE=1 make all-cmake
0 commit comments