Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDAL 2.8.x #105

Merged
merged 7 commits into from
Sep 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
libpdal => libpdal-core
pomadchin committed Sep 10, 2024

Verified

This commit was signed with the committer’s verified signature.
savacano28 Stephanya Casanova
commit 31b103de3cafae4091edb7c56b89c7941af14e6e
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ jobs:

- name: Install PDAL
if: steps.conda-cache.outputs.cache-hit != 'true'
run: conda install libpdal=${{ matrix.pdal }}
run: conda install libpdal-core=${{ matrix.pdal }}

- name: Set LD_LIBRARY_PATH
if: ${{ matrix.os == 'ubuntu-latest' }}
@@ -136,7 +136,7 @@ jobs:

- name: Install PDAL
if: steps.conda-cache.outputs.cache-hit != 'true'
run: conda install libpdal=${{ matrix.pdal }}
run: conda install libpdal-core=${{ matrix.pdal }}

- name: Set LD_LIBRARY_PATH
if: ${{ matrix.os == 'ubuntu-latest' }}