Update GitLab CI file

Signed-off-by: Fifo F <fifo@fifo-f.eu>
This commit is contained in:
Fifo F. 2024-12-23 09:05:10 +01:00
parent effaaf803e
commit 50bdae23cb
Signed by: fifo
GPG key ID: A19A205B0C863808

View file

@ -43,6 +43,7 @@ build:
tlmgr option repository $TEXLIVE_REPO && \ tlmgr option repository $TEXLIVE_REPO && \
tlmgr update --self --all && \ tlmgr update --self --all && \
tlmgr install scheme-full && \ tlmgr install scheme-full && \
luaotfload-tool -fu && \
tlmgr path add && \ tlmgr path add && \
apt update && apt install -y inkscape lilypond python3-pygments && \ apt update && apt install -y inkscape lilypond python3-pygments && \
echo shell_escape = t >> /usr/local/texlive/2024/texmf.cnf" echo shell_escape = t >> /usr/local/texlive/2024/texmf.cnf"