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
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