Compare commits
1 Commits
8de82bc020
...
e62ef879f3
Author | SHA1 | Date | |
---|---|---|---|
e62ef879f3 |
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -21,7 +21,9 @@ jobs:
|
|||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v4.2.2
|
||||||
|
|
||||||
- name: Install LaTeX
|
- name: Install LaTeX
|
||||||
run: apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended -y
|
run: |
|
||||||
|
apt-get install miktex
|
||||||
|
miktexsetup --shared=yes finish
|
||||||
|
|
||||||
- name: Build LaTeX document
|
- name: Build LaTeX document
|
||||||
run: pdflatex -interaction=nonstopmode -halt-on-error Tesi.tex
|
run: pdflatex -interaction=nonstopmode -halt-on-error Tesi.tex
|
||||||
|
Reference in New Issue
Block a user