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 10, 2024
1 parent 8b3dcee commit b9fa418
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .ci/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CloudCompareDev
channels:
- conda-forge
dependencies:
- eigen=3.3.*
- ffmpeg=4.2.*
- eigen=3.4.*
- ffmpeg=6.1.*
- ninja
- pcl=1.10.*
- pdal=2.1.*
- qt=5.12.*
- pcl=1.13.1
- pdal=2.6.*
- qt=5.15.*
- xerces-c=3.2.*
- zlib=1.2.*
- laszip
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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 b9fa418

Please sign in to comment.