Skip to content

Commit 6088fd6

Browse files
committed
ci: Install wayland, it's a required build dependency of our Qt 6.12
Not needed at runtime though.
1 parent 3b2536f commit 6088fd6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-sanitizers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
qt-tag: "v6.12.0-beta1"
4141
qt-flavor: ${{ matrix.qt-flavor }}
4242

43+
- name: Install dependencies
44+
run: |
45+
sudo apt install libwayland-dev wayland-protocols -y
46+
4347
- name: Configure project
4448
run: >
4549
cmake --preset=${{ matrix.preset }}

0 commit comments

Comments
 (0)