Skip to content

Commit 3bbc1b4

Browse files
Add libxinerama-dev, libxcursor-dev, libxi-dev and libgl-dev
Add libxinerama-dev Add libxinerama-dev
1 parent b8b4c58 commit 3bbc1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sudo apt-get update
3333
sudo apt-get install -y cmake
3434
sudo apt-get install -y libvulkan1 mesa-vulkan-drivers vulkan-tools
35-
sudo apt-get install -y libxrandr-dev
35+
sudo apt-get install -y libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libgl-dev
3636
3737
- name: Build with CMake
3838
run: CMAKE_VERBOSE_MAKEFILE=1 make all-cmake

0 commit comments

Comments
 (0)