From 3ad36c773dcd9de2a8c26f85d94e8bbcba6a6b3b Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 3 Sep 2025 08:55:29 -0700 Subject: [PATCH] fix cmake options --- .github/workflows/central-controller.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/central-controller.yaml b/.github/workflows/central-controller.yaml index 34e123287..d3a0b8253 100644 --- a/.github/workflows/central-controller.yaml +++ b/.github/workflows/central-controller.yaml @@ -37,8 +37,8 @@ jobs: uses: threeal/cmake-action@v2.1.0 with: options: | - -DCMAKE_BUILD_TYPE=Release - -DZT1_CENTRAL_CONTROLLER=1 + CMAKE_BUILD_TYPE=Release + ZT1_CENTRAL_CONTROLLER=1 - name: Build run: cmake --build . --config Release -- -j 4 - name: SelfTest