mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
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.
This commit is contained in:
parent
8bf39cf1f4
commit
4e1aeb899c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
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
|
- name: Configure static library
|
||||||
run: cmake -S . -B build-static -D GLFW_USE_WAYLAND=ON
|
run: cmake -S . -B build-static -D GLFW_USE_WAYLAND=ON
|
||||||
|
Loading…
Reference in New Issue
Block a user