We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79a466 commit c3ed6b4Copy full SHA for c3ed6b4
.github/workflows/R-CMD-check.yaml
@@ -46,13 +46,9 @@ jobs:
46
47
- uses: r-lib/actions/setup-pandoc@v2
48
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
+ - name: Install macOS system dependencies
+ if: runner.os == 'macos'
+ run: brew install gdal proj
56
57
- name: Query dependencies
58
run: |
0 commit comments