Update cmake.yml

This commit is contained in:
Alexander Klingenbeck 2023-05-23 14:51:54 +02:00 committed by GitHub
parent 8d3ac00d46
commit eb2edf6062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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.