From 4e1aeb899c6eba370612a0e7722d54f91b7c2602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Fri, 25 Jun 2021 00:14:38 +0200 Subject: [PATCH] Add CI dependency still needed by stable branch The main branch no longer needs the extra-cmake-modules package but the stable branch still does. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74b28e4a..48e1666c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: - name: Install dependencies run: | sudo apt update - sudo apt install wayland-protocols libwayland-dev libxkbcommon-dev + sudo apt install wayland-protocols libwayland-dev libxkbcommon-dev extra-cmake-modules - name: Configure static library run: cmake -S . -B build-static -D GLFW_USE_WAYLAND=ON