Explicit installation of the packages
Some checks failed
Compile PDF / Compile-PDF (push) Failing after 20s

This commit is contained in:
Riccardo Finotello
2025-01-06 19:06:05 +01:00
parent ab5c168105
commit cf5fb83358

View File

@@ -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: