From eb2edf6062caa05653408cb25c32366bb7ed527c Mon Sep 17 00:00:00 2001 From: Alexander Klingenbeck Date: Tue, 23 May 2023 14:51:54 +0200 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 3 +++ 1 file changed, 3 insertions(+) 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.