Skip to content

Commit

Permalink
add gdal and proj to macos rcmd check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJones687 committed Sep 15, 2023
1 parent 34bc5fd commit dec2d8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Install macOS system dependencies
if: runner.os == 'macOS'
run: brew install gdal proj

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

0 comments on commit dec2d8e

Please sign in to comment.