Add update of the packages
Some checks failed
Compile PDF / Compile-PDF (push) Failing after 1m37s

This commit is contained in:
Riccardo Finotello
2025-01-06 19:07:38 +01:00
parent cf5fb83358
commit 3838380342

View File

@@ -18,7 +18,7 @@ jobs:
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- name: Compile LaTeX document - name: Compile LaTeX document
run: | run: |
apt-get install texlive && latexmk -pdfxe cv.tex apt-get update && apt-get install -y texlive && latexmk -pdfxe cv.tex
- name: Archive artifacs - name: Archive artifacs
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: