Fix missing CI LaTeX dependencies
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Marty Oehme 2023-03-16 08:41:20 +01:00
parent 927a763a45
commit 314dfd782f
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -5,6 +5,7 @@ pipeline:
image: pandoc/latex image: pandoc/latex
commands: commands:
- apk add make - apk add make
- tlmgr install enumitem underscore sectsty
- make cv - make cv
when: when:
event: tag event: tag