Skip to content

Commit

Permalink
also include spatial libraries here
Browse files Browse the repository at this point in the history
  • Loading branch information
EhrmannS committed Jun 15, 2023
1 parent bdb13c4 commit 8fc859a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
if: runner.os == 'Linux'
run: sudo apt-get install -y make libicu-dev libxml2-dev libssl-dev pandoc librdf0-dev libnode-dev libcurl4-gnutls-dev

- name: Install spatial libraries on Linux
if: runner.os == 'Linux'
run: sudo apt-get install -y libgdal-dev libproj-dev libgeos-dev libudunits2-dev

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
if: runner.os == 'Linux'
run: sudo apt-get install -y make libicu-dev libxml2-dev libssl-dev pandoc librdf0-dev libnode-dev libcurl4-gnutls-dev

- name: Install spatial libraries on Linux
if: runner.os == 'Linux'
run: sudo apt-get install -y libgdal-dev libproj-dev libgeos-dev libudunits2-dev

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr
Expand Down

0 comments on commit 8fc859a

Please sign in to comment.