Skip to content

Commit

Permalink
attempt to fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Feb 14, 2024
1 parent 99f347f commit a86541e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ jobs:
with:
extra-packages: any::rcmdcheck
needs: check


- name: Install system dependencies (MacOS)
if: runner.os == 'macos'
run: brew install gdal proj udunits pkg-config

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true

0 comments on commit a86541e

Please sign in to comment.