Skip to content

Commit

Permalink
change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
super-lou committed Aug 29, 2024
1 parent 3261d1b commit 816b3c5
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 @@ -68,8 +68,9 @@ jobs:
- name: "[Custom block] [macOS] Install spatial libraries"
if: runner.os == 'macOS'
run: |
# conflicts with gfortran from r-lib/actions when linking gcc
rm '/usr/local/bin/gfortran'
if [ -f '/usr/local/bin/gfortran' ]; then
rm '/usr/local/bin/gfortran'
fi
brew install pkg-config gdal proj geos
- name: "Install pkgdown libraries"
Expand Down

0 comments on commit 816b3c5

Please sign in to comment.