From cf5fb833584cf814832c6218e42a01359c980cf7 Mon Sep 17 00:00:00 2001 From: Riccardo Finotello Date: Mon, 6 Jan 2025 19:06:05 +0100 Subject: [PATCH] Explicit installation of the packages --- .gitea/workflows/xelatex.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/xelatex.yaml b/.gitea/workflows/xelatex.yaml index e959c81..b7aedcf 100644 --- a/.gitea/workflows/xelatex.yaml +++ b/.gitea/workflows/xelatex.yaml @@ -17,10 +17,8 @@ jobs: run: | ls ${{ gitea.workspace }} - name: Compile LaTeX document - uses: xu-cheng/latex-action@v3 - with: - root_file: cv.tex - latexmk_use_xelatex: true + run: | + apt-get install texlive && latexmk -pdfxe cv.tex - name: Archive artifacs uses: actions/upload-artifact@v4 with: