Skip to content

Commit 617cf23

Browse files
committed
Install wayland-dev on the build pipeline
1 parent c3a7c6f commit 617cf23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Build and install GLFW
3030
run: |
31-
sudo apt install xorg-dev cmake
31+
sudo apt install xorg-dev cmake libwayland-dev
3232
git clone --recursive https://github.com/glfw/glfw.git
3333
cd glfw
3434
mkdir build

0 commit comments

Comments
 (0)