1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 04:17:33 +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 - run: mkdir build
- name: Configure with CMake - name: Configure with CMake
working-directory: build working-directory: build
run: cmake .. -G Ninja \ run: |
cmake .. -G Ninja \
-DMAINTAINER_MODE=ON \ -DMAINTAINER_MODE=ON \
-DBUILD_WAYLAND=OFF \ -DBUILD_WAYLAND=OFF \
-DBUILD_TESTS=ON -DBUILD_TESTS=ON