Skip to content

Commit

Permalink
try mac system libs
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondben committed Oct 30, 2023
1 parent 90feabb commit a329553
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 @@ -39,6 +39,10 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: "Install Mac system libs"
if: runner.os == 'macOS'
run: brew install pkg-config gdal proj geos

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

0 comments on commit a329553

Please sign in to comment.