From 648f0915e512df82b6c4efe07e599ac31cce63f8 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 3 Sep 2025 09:09:17 -0700 Subject: [PATCH] skip cmake action --- .github/workflows/central-controller.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/central-controller.yaml b/.github/workflows/central-controller.yaml index 7c741f6f7..05e660a9d 100644 --- a/.github/workflows/central-controller.yaml +++ b/.github/workflows/central-controller.yaml @@ -38,12 +38,12 @@ jobs: # echo "CONDA_BASE=$(conda info --base)" >> $GITHUB_ENV # source "$CONDA_BASE/etc/profile.d/conda.sh" # conda activate central_controller - - name: Setup CMake - uses: threeal/cmake-action@v2.1.0 - with: - options: | - CMAKE_BUILD_TYPE=Release - ZT1_CENTRAL_CONTROLLER=1 + # - name: Setup CMake + # uses: threeal/cmake-action@v2.1.0 + # with: + # options: | + # CMAKE_BUILD_TYPE=Release + # ZT1_CENTRAL_CONTROLLER=1 - name: Build run: | source ~/miniconda3/etc/profile.d/conda.sh