Explorar o código

fix cmake options

Grant Limberg hai 1 semana
pai
achega
3ad36c773d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/central-controller.yaml

+ 2 - 2
.github/workflows/central-controller.yaml

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