Skip to content

Commit

Permalink
Try libproj-dev instead
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed Jun 5, 2024
1 parent fd2a732 commit 19966b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install magick libs
run: |
sudo apt-get -qq update
sudo apt-get -y install libmagick++-dev libudunits2-dev libproj19
sudo apt-get -y install libmagick++-dev libudunits2-dev libproj-dev
sudo ldconfig /usr/local/lib
- name: Install R Dependencies
Expand Down

0 comments on commit 19966b3

Please sign in to comment.