diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index be2d4e7..21f9ed5 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -31,6 +31,7 @@ jobs: sudo apt-get install -y clang-15 sudo apt-get install -y libasound2-dev libglew-dev sudo apt-get install -y portaudio19-dev + sudo apt-get install -y libwayland-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.