Skip to content

Commit

Permalink
Missing gdal deps for sf package
Browse files Browse the repository at this point in the history
See installation instructions for the `sf` R package here:
https://github.com/r-spatial/sf?tab=readme-ov-file#linux.
  • Loading branch information
TimothyWillard committed Oct 17, 2024
1 parent 8ccdae5 commit 3ce2b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flepicommon-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
r-version: ${{ matrix.R-version }}
update-rtools: true
- name: Install System Dependencies
run: sudo apt install libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev libtiff5-dev libudunits2-dev
run: sudo apt install libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev libtiff5-dev libudunits2-dev libgdal-dev libgeos-dev libproj-dev
- name: Determine R Library Location
run: |
R_LIBPATH=$( R -s -e "cat(.libPaths()[1L])" | xargs )
Expand Down

0 comments on commit 3ce2b48

Please sign in to comment.