diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 7a37537..c9d10c8 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -21,6 +21,9 @@ jobs: - uses: actions/checkout@v3 with: submodules: true + + - name: Install libs + run: sudo apt-get install -y libxrandr-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.