Skip to content

Commit

Permalink
Update the check-standard.yaml GitHub workflow: add the geos library …
Browse files Browse the repository at this point in the history
…for macOS
  • Loading branch information
aursiber committed Oct 9, 2023
1 parent 3e39007 commit 52a2c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install libraries for macOS
if: runner.os == 'macOS'
run: |
brew install udunits
brew install udunits geos
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 52a2c9d

Please sign in to comment.