fix cmake options

This commit is contained in:
Grant Limberg 2025-09-03 08:55:29 -07:00
parent 22484c708f
commit 3ad36c773d

View file

@ -37,8 +37,8 @@ jobs:
uses: threeal/cmake-action@v2.1.0 uses: threeal/cmake-action@v2.1.0
with: with:
options: | options: |
-DCMAKE_BUILD_TYPE=Release CMAKE_BUILD_TYPE=Release
-DZT1_CENTRAL_CONTROLLER=1 ZT1_CENTRAL_CONTROLLER=1
- name: Build - name: Build
run: cmake --build . --config Release -- -j 4 run: cmake --build . --config Release -- -j 4
- name: SelfTest - name: SelfTest