Update cmake.yml

This commit is contained in:
Alexander Klingenbeck 2023-05-23 15:00:49 +02:00 committed by GitHub
parent 1ecb1c4ab2
commit 2121754a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,10 @@ jobs:
submodules: true
- name: Install libs
run: sudo apt-get install -y libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
run: |
sudo apt-get update -qq
sudo apt-get install gcc-multilib
sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libxext-dev libxfixes-devsudo apt-get install -y libxrandr-dev libxinerama-dev libxcursor-dev libxi-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.