Skip to content

Commit

Permalink
Merge pull request #721 from kadyb/main
Browse files Browse the repository at this point in the history
fix macOS CI
  • Loading branch information
edzer authored Oct 21, 2024
2 parents 6a6685a + 9ff5291 commit b27388e
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 @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
config:
# - {os: macos-latest, r: 'release'}
- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
Expand All @@ -43,6 +43,10 @@ jobs:
use-public-rspm: true
extra-repositories: "https://cran.uni-muenster.de/pebesma"

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

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

0 comments on commit b27388e

Please sign in to comment.