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