Skip to content

Commit

Permalink
ci: fix pdal
Browse files Browse the repository at this point in the history
  • Loading branch information
HideBa committed Feb 4, 2024
1 parent 7eded95 commit 874c58f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Install PDAL
run: |
sudo apt-get update
sudo apt-get install -y libgdal-dev pdal=2.5 libpdal-dev
sudo apt-get install -y libgdal-dev pdal libpdal-dev
- name: Check pdal
run: |
Expand Down

0 comments on commit 874c58f

Please sign in to comment.