Fix missing CI LaTeX dependencies
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
This commit is contained in:
parent
927a763a45
commit
314dfd782f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue