Skip to content

Commit

Permalink
PCL 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelSandvik committed Feb 9, 2024
1 parent 315b316 commit d9712df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- eigen=3.3.*
- ffmpeg=4.2.*
- ninja
- pcl=1.9.*
- pcl=1.13.*
- pdal=2.1.*
- qt=5.12.*
- xerces-c=3.2.*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build

on: [ push, pull_request ]

# Set C:\ProgramData\miniconda3\envs\CloudCompareDev\Library\bin to path for missing dlls (zlib, libpng16)
jobs:
build:
name: ${{ matrix.config.name }} SCALAR_DOUBLE=${{ matrix.scalar_double }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
env:
CONDA: C:\ProgramData\miniconda3
with:
activate-environment: CloudCompareDev
activate-environment: CloudCompareDevPCL-1-13-1
auto-activate-base: false
environment-file: .ci/conda.yml
#miniconda-version: 'latest'
Expand Down

0 comments on commit d9712df

Please sign in to comment.