Skip to content

Commit 11ef560

Browse files
authored
new OS dep required by pkgdown (#4718)
1 parent 2ec7174 commit 11ef560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ integration: ## merging all artifacts to produce single R repository, documentat
301301
R_DEVEL_BIN_VERSION: "4.1"
302302
script:
303303
## pkgdown installs pkgs from "." so run at start to have clean root dir
304-
- apt-get update -qq && apt-get install -y libxml2-dev
304+
- apt-get update -qq && apt-get install -y libxml2-dev libfontconfig1-dev ## fontconfig1 for #4717
305305
- mkdir -p /tmp/pkgdown/library
306306
- R_LIBS_USER=/tmp/pkgdown/library Rscript -e 'install.packages("pkgdown", repos=Sys.getenv("CRAN_MIRROR"), quiet=TRUE); pkgdown::build_site(override=list(destination="./pkgdown"))'
307307
## html manual, vignettes, repos, cran_web, cran_checks

0 commit comments

Comments
 (0)