File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 2626 - name : Install libraries
2727 run : |
2828 sudo apt-get update -y
29- sudo apt-get install -y libxrandr-dev
30- sudo apt-get install -y libxinerama-dev
31- sudo apt-get install -y libxcursor-dev
32- sudo apt-get install -y libxi-dev
33- sudo apt-get install -y ninja-build
29+ sudo apt-get install -y libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev ninja-build libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules
3430
3531 - name : Create Build Environment
3632 # Some projects don't allow in-source building, so create a separate build directory
5955 # Execute tests defined by the CMake configuration.
6056 # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
6157 run : ctest -C $BUILD_TYPE
62-
58+
You can’t perform that action at this time.
0 commit comments