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 23cc040 commit 8b9ac83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install PDAL
run: |
sudo apt-get update
sudo apt-get install -y pdal dal-dev py-pdal
sudo apt-get install -y libgdal-dev pdal libpdal-dev
- name: Cache pip packages
uses: actions/cache@v2
Expand Down

0 comments on commit 8b9ac83

Please sign in to comment.