ソースを参照

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