소스 검색

fix cmake options

Grant Limberg 1 주 전
부모
커밋
3ad36c773d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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