We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e20f2 commit 648f091Copy full SHA for 648f091
1 file changed
.github/workflows/central-controller.yaml
@@ -38,12 +38,12 @@ jobs:
38
# echo "CONDA_BASE=$(conda info --base)" >> $GITHUB_ENV
39
# source "$CONDA_BASE/etc/profile.d/conda.sh"
40
# 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
+ # - name: Setup CMake
+ # uses: threeal/cmake-action@v2.1.0
+ # with:
+ # options: |
+ # CMAKE_BUILD_TYPE=Release
+ # ZT1_CENTRAL_CONTROLLER=1
47
- name: Build
48
run: |
49
source ~/miniconda3/etc/profile.d/conda.sh
0 commit comments