diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index c2e5e0d..a1561dd 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -30,7 +30,7 @@ jobs: - name: Install Dependencies run: | sudo apt-get update - sudo apt-get install --no-install-recommends extra-cmake-modules libglm-dev libwayland-dev libx11-dev libxkbcommon-dev vulkan-sdk wayland-protocols + sudo apt-get install --no-install-recommends extra-cmake-modules libglm-dev libwayland-dev libx11-dev libxkbcommon-dev glslc wayland-protocols - 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.