Commit b90cea80 authored by David Dorchies's avatar David Dorchies
Browse files

fix(ci): LaTeX errors found:

! LaTeX Error: File `epstopdf-base.sty' not found

Which is due to error:
$ tlmgr update --self && tlmgr install ec epstopdf-pkg epstopdf-base amsmath
tlmgr: Local TeX Live (2021) is older than remote repository (2023).
Cross release updates are only supported with
  update-tlmgr-latest(.sh/.exe) --update

Refs #184
2 merge requests!95docs(man): review text of the '$CemaNeigeLayers' element in the 'value'...,!94Resolve "CI: crash on dev branch"
Pipeline #50956 failed with stage
in 4 minutes and 59 seconds
Showing with 2 additions and 1 deletion
+2 -1
......@@ -62,7 +62,8 @@ before_script:
.check:
stage: check
script:
- tlmgr update --self && tlmgr install ec epstopdf-pkg epstopdf-base amsmath
- R -q -e 'tinytex::tlmgr("option repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2021/tlnet-final")'
- tlmgr update --self && tlmgr install ec epstopdf-pkg amsmath
- R -q -e 'remotes::update_packages("rcmdcheck")'
- R -q -e 'rcmdcheck::rcmdcheck(args = c("--as-cran"), error_on = "warning")'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment