Skip to content

Commit

Permalink
Install proj for pkgdown site build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-MET committed Sep 24, 2024
1 parent c95565d commit cc14414
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
with:
use-public-rspm: true

- name: Install proj
run: sudo apt-get install libproj-dev

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.
Expand Down

0 comments on commit cc14414

Please sign in to comment.