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: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- name: Compile LaTeX document - name: Compile LaTeX document
uses: xu-cheng/latex-action@v3 run: |
with: apt-get install texlive && latexmk -pdfxe cv.tex
root_file: cv.tex
latexmk_use_xelatex: true
- name: Archive artifacs - name: Archive artifacs
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: