mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-06 06:42:54 +02:00
more conda
This commit is contained in:
parent
3ad36c773d
commit
f43bc3d10c
1 changed files with 5 additions and 0 deletions
5
.github/workflows/central-controller.yaml
vendored
5
.github/workflows/central-controller.yaml
vendored
|
@ -33,6 +33,11 @@ jobs:
|
||||||
activate-environment: central_controller
|
activate-environment: central_controller
|
||||||
environment-file: environment.yml
|
environment-file: environment.yml
|
||||||
use-only-tar-bz2: false
|
use-only-tar-bz2: false
|
||||||
|
- name: Activate Conda
|
||||||
|
run: |
|
||||||
|
echo "CONDA_BASE=$(conda info --base)" >> $GITHUB_ENV
|
||||||
|
source "$CONDA_BASE/etc/profile.d/conda.sh"
|
||||||
|
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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue