mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-06 06:42:54 +02:00
skip cmake action
This commit is contained in:
parent
21e20f2104
commit
648f0915e5
1 changed files with 6 additions and 6 deletions
12
.github/workflows/central-controller.yaml
vendored
12
.github/workflows/central-controller.yaml
vendored
|
@ -38,12 +38,12 @@ jobs:
|
||||||
# echo "CONDA_BASE=$(conda info --base)" >> $GITHUB_ENV
|
# echo "CONDA_BASE=$(conda info --base)" >> $GITHUB_ENV
|
||||||
# source "$CONDA_BASE/etc/profile.d/conda.sh"
|
# source "$CONDA_BASE/etc/profile.d/conda.sh"
|
||||||
# conda activate central_controller
|
# conda activate central_controller
|
||||||
- name: Setup CMake
|
# - name: Setup CMake
|
||||||
uses: threeal/cmake-action@v2.1.0
|
# uses: threeal/cmake-action@v2.1.0
|
||||||
with:
|
# with:
|
||||||
options: |
|
# options: |
|
||||||
CMAKE_BUILD_TYPE=Release
|
# CMAKE_BUILD_TYPE=Release
|
||||||
ZT1_CENTRAL_CONTROLLER=1
|
# ZT1_CENTRAL_CONTROLLER=1
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
source ~/miniconda3/etc/profile.d/conda.sh
|
source ~/miniconda3/etc/profile.d/conda.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue