Skip to content

Commit 52cb838

Browse files
committed
Try wayland instead of x11
1 parent b053307 commit 52cb838

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/linux_uts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Debug Build CMake
2121
run: |
2222
cd .debug
23-
cmake .. -DCMAKE_BUILD_TYPE=Debug -DQUARTZ_COMPILE_UNIT_TESTS=True -DGLFW_BUILD_WAYLAND=OFF -DGLFW_BUILD_X11=ON
23+
cmake .. -DCMAKE_BUILD_TYPE=Debug -DQUARTZ_COMPILE_UNIT_TESTS=True
2424
- name: Debug Build Ninja
2525
run: |
2626
cd .debug
@@ -30,3 +30,4 @@ jobs:
3030
cd .debug
3131
ctest
3232
33+
# cmake .. -DCMAKE_BUILD_TYPE=Debug -DQUARTZ_COMPILE_UNIT_TESTS=True -DGLFW_BUILD_WAYLAND=OFF -DGLFW_BUILD_X11=ON

0 commit comments

Comments
 (0)