We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0dfbfa commit a42dd09Copy full SHA for a42dd09
1 file changed
.github/workflows/linux-build.yml
@@ -26,11 +26,7 @@ jobs:
26
- name: Install libraries
27
run: |
28
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
+ sudo apt-get install -y libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev ninja-build libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules
34
35
- name: Create Build Environment
36
# Some projects don't allow in-source building, so create a separate build directory
@@ -59,4 +55,4 @@ jobs:
59
55
# Execute tests defined by the CMake configuration.
60
56
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
61
57
run: ctest -C $BUILD_TYPE
62
-
58
+
0 commit comments