Skip to content

Commit

Permalink
Merge branch 'main' of github.com:r-spatial/stars
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Oct 25, 2024
2 parents bb5cfe6 + b27388e commit 79690b8
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 79690b8

Please sign in to comment.