1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-25 12:10:03 +00:00

Fix yaml alignment failure.

This commit is contained in:
Brenden Matthews 2023-02-24 19:37:59 -05:00 committed by Brenden Matthews
parent de3bd0c2eb
commit d3cba28d87

View File

@ -39,7 +39,8 @@ jobs:
- run: mkdir build
- name: Configure with CMake
working-directory: build
run: cmake .. -G Ninja \
run: |
cmake .. -G Ninja \
-DMAINTAINER_MODE=ON \
-DBUILD_WAYLAND=OFF \
-DBUILD_TESTS=ON