From b206e4444e365cf5e07e4d4e4b79437f56e35fa1 Mon Sep 17 00:00:00 2001 From: Ilya Shurupov <163508118+elushaX@users.noreply.github.com> Date: Sun, 16 Jun 2024 00:25:33 -0700 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 36e7270..d7b4c18 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -31,7 +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 xkbcommon + sudo apt-get install -y libwayland-dev libxkbcommon-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.