There was an error while loading. Please reload this page.
1 parent 868f6f8 commit 92b9042Copy full SHA for 92b9042
1 file changed
.github/workflows/R-CMD-check-occasional.yaml
@@ -76,9 +76,17 @@ jobs:
76
sudo apt-get update
77
sudo apt-get install -y libcurl4-openssl-dev libudunits2-dev libgdal-dev libgeos-dev libproj-dev pandoc
78
79
+ - name: Install R Package Build Dependencies on MacOS
80
+ if: matrix.os == 'macOS-latest'
81
+ uses: r-hub/actions/setup-r-sysreqs@v1
82
+ with:
83
+ type: 'minimal'
84
+
85
- name: Install check dependencies (macOS)
86
if: matrix.os == 'macOS-latest'
- run: brew install gdal proj
87
+ run: |
88
+ brew install gdal proj gettext
89
+ brew link --force gettext
90
91
- name: Check
92
env:
0 commit comments