We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2536f commit 6088fd6Copy full SHA for 6088fd6
1 file changed
.github/workflows/build-sanitizers.yml
@@ -40,6 +40,10 @@ jobs:
40
qt-tag: "v6.12.0-beta1"
41
qt-flavor: ${{ matrix.qt-flavor }}
42
43
+ - name: Install dependencies
44
+ run: |
45
+ sudo apt install libwayland-dev wayland-protocols -y
46
+
47
- name: Configure project
48
run: >
49
cmake --preset=${{ matrix.preset }}
0 commit comments