We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec7138 commit 5f25be4Copy full SHA for 5f25be4
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Install dependencies
13
run: |
14
sudo apt-get update
15
- sudo apt-get install ca-certificates texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra
+ sudo apt-get install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra
16
- name: Build PDF
17
run: make LATEXOPT="-interaction nonstopmode -halt-on-error"
18
- name: Rename PDF
0 commit comments