|
@@ -37,8 +37,8 @@ jobs:
|
|
|
uses: threeal/[email protected]
|
|
|
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
|