File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 32
32
# use a different tic template type if you do not want to build on all listed platforms
33
33
# - { os: windows-latest, r: "release" }
34
34
# [Custom matrix env var]
35
+ - { os: macOS-latest, r: "release", latex: "true", codecov: "false" }
35
36
- { os: ubuntu-latest, r: "devel" }
36
37
# [Custom matrix env var]
37
38
- { os: ubuntu-latest, r: "release", pkgdown: "true", codecov: "true" }
@@ -110,8 +111,9 @@ jobs:
110
111
if : runner.os == 'macOS'
111
112
run : |
112
113
rm '/usr/local/bin/gfortran'
113
- brew install ccache gdal geos proj udunits
114
+ brew install ccache gdal geos proj udunits jpeg sqlite
114
115
brew install xquartz
116
+ mkdir ~/.R && echo -e "CPPFLAGS += -L/usr/local/opt/jpeg/lib" >> ~/.R/Makevars
115
117
116
118
- name : " [Stage] [macOS] Install system libs for pkgdown"
117
119
if : runner.os == 'macOS' && matrix.config.pkgdown != ''
You can’t perform that action at this time.
0 commit comments