Update cmake.yml

This commit is contained in:
Alexander Klingenbeck 2023-05-23 14:54:29 +02:00 committed by GitHub
parent 85dcc36291
commit 484768cfcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
submodules: true
- name: Install libs
run: sudo apt-get install -y libxrandr-dev libxinerama-dev
run: sudo apt-get install -y libxrandr-dev libxinerama-dev libxcursor-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.