Skip to content

Commit

Permalink
update r cmd check for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJones687 committed Mar 26, 2024
1 parent 09db787 commit b894b26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
if: runner.os == 'macOS'
run: brew install gdal proj fribidi

- name: Install Ubuntu system dependencies
if: runner.os == "Linux"
run: sudo apt install libproj-dev

- uses: r-lib/actions/setup-renv@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit b894b26

Please sign in to comment.