Update cmake-single-platform.yml

This commit is contained in:
Ilya Shurupov 2024-06-16 00:25:33 -07:00
parent 60b5f08f65
commit b206e4444e

View file

@ -31,7 +31,7 @@ jobs:
sudo apt-get install -y clang-15 sudo apt-get install -y clang-15
sudo apt-get install -y libasound2-dev libglew-dev sudo apt-get install -y libasound2-dev libglew-dev
sudo apt-get install -y portaudio19-dev sudo apt-get install -y portaudio19-dev
sudo apt-get install -y libwayland-dev xkbcommon sudo apt-get install -y libwayland-dev libxkbcommon-dev
- name: Configure CMake - 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. # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.