diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c9d10c8..310a540 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -23,7 +23,7 @@ jobs: submodules: true - name: Install libs - run: sudo apt-get install -y libxrandr-dev + run: sudo apt-get install -y libxrandr-dev libxinerama-dev - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.