Skip to content

Commit 648f091

Browse files
committed
skip cmake action
1 parent 21e20f2 commit 648f091

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/central-controller.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
# echo "CONDA_BASE=$(conda info --base)" >> $GITHUB_ENV
3939
# source "$CONDA_BASE/etc/profile.d/conda.sh"
4040
# conda activate central_controller
41-
- name: Setup CMake
42-
uses: threeal/cmake-action@v2.1.0
43-
with:
44-
options: |
45-
CMAKE_BUILD_TYPE=Release
46-
ZT1_CENTRAL_CONTROLLER=1
41+
# - name: Setup CMake
42+
# uses: threeal/cmake-action@v2.1.0
43+
# with:
44+
# options: |
45+
# CMAKE_BUILD_TYPE=Release
46+
# ZT1_CENTRAL_CONTROLLER=1
4747
- name: Build
4848
run: |
4949
source ~/miniconda3/etc/profile.d/conda.sh

0 commit comments

Comments
 (0)