Skip to content

Commit a92d62a

Browse files
[Github CI] docs.yml: Disable wayland dependency
Signed-off-by: Christian Parpart <christian@parpart.family>
1 parent d964102 commit a92d62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: "create build directory"
3838
run: mkdir build
3939
- name: "Install-contour"
40-
run: cmake --preset gcc-debug -B build -G Ninja
40+
run: cmake --preset gcc-debug -B build -G Ninja -D CONTOUR_WAYLAND=OFF
4141
- name: "build"
4242
run: cmake --build build
4343
- name: "create vt-sequence directory"

0 commit comments

Comments
 (0)