Skip to content

Commit

Permalink
Ehh..
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollist committed Sep 18, 2023
1 parent 7fc7b88 commit 20ab00f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ jobs:
# conflicts with gfortran from r-lib/actions when linking gcc
# rm '/usr/local/bin/gfortran'
brew install pkg-config gdal proj geos sqlite3
- name: "Install spatial libraries on macOS M1"
if: runner.os == 'osx'
run: |
# conflicts with gfortran from r-lib/actions when linking gcc
# rm '/usr/local/bin/gfortran'
brew install pkg-config gdal proj geos sqlite3
- name: Install dependencies on windows and mac
if: runner.os != 'Linux'
Expand Down

0 comments on commit 20ab00f

Please sign in to comment.