Prechádzať zdrojové kódy

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.
Camilla Löwy 4 rokov pred
rodič
commit
4e1aeb899c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.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