Skip to content

Commit

Permalink
Try to fix macOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mem48 committed May 5, 2024
1 parent 8472647 commit 0b3356f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ jobs:
if: runner.os == 'macOS'
run: |
# conflicts with gfortran from r-lib/actions when linking gcc
rm '/usr/local/bin/gfortran'
brew install pkg-config gdal proj geos
# rm '/usr/local/bin/gfortran' # Now Failing
# brew install pkg-config gdal proj geos
brew install gdal proj
- name: Query dependencies
run: |
Expand Down

0 comments on commit 0b3356f

Please sign in to comment.