|
|
@@ -162,9 +162,12 @@ jobs:
|
|
|
fetch-depth: 10
|
|
|
- uses: seanmiddleditch/gha-setup-ninja@master
|
|
|
|
|
|
- - name: Set env
|
|
|
- run: |
|
|
|
- echo "BOOST_ROOT=$env:BOOST_ROOT_1_72_0" >> ${env:GITHUB_ENV}
|
|
|
+ - name: Setup Conda
|
|
|
+ uses: conda-incubator/setup-miniconda@v2
|
|
|
+ with:
|
|
|
+ activate-environment: libigl-cgal
|
|
|
+ environment-file: cmake/libigl-cgal.yml
|
|
|
+ auto-activate-base: false
|
|
|
|
|
|
# We run configure + build in the same step, since they both need to call VsDevCmd
|
|
|
# Also, cmd uses ^ to break commands into multiple lines (in powershell this is `)
|