Skip to content

Commit c3ed6b4

Browse files
committed
macos?
1 parent f79a466 commit c3ed6b4

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,9 @@ jobs:
4646

4747
- uses: r-lib/actions/setup-pandoc@v2
4848

49-
- name: Brew and macOS config
50-
if: runner.os == 'macOS'
51-
run: |
52-
# conflicts with gfortran from r-lib/actions when linking gcc
53-
rm '/usr/local/bin/gfortran'
54-
brew install gdal proj geos
55-
brew install --cask xquartz
49+
- name: Install macOS system dependencies
50+
if: runner.os == 'macos'
51+
run: brew install gdal proj
5652

5753
- name: Query dependencies
5854
run: |

0 commit comments

Comments
 (0)