Skip to content

Commit 5481cb1

Browse files
author
Vladimir Kotal
committed
fix run
1 parent bc16aee commit 5481cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pdfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Update the system
1818
run: sudo apt-get -qq update
1919
- name: Install pre-requisites for LaTeX
20-
sudo apt-get install -y --no-install-recommends texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended texlive-pstricks aspell aspell-en
20+
run: sudo apt-get install -y --no-install-recommends texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended texlive-pstricks aspell aspell-en
2121
- name: Run spellcheck
2222
run: make spellcheck
2323
- name: Compile first phase

0 commit comments

Comments
 (0)