Skip to content

Commit b9c9230

Browse files
committed
Install pdflatex as well
1 parent 0a501ba commit b9c9230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install pandoc on Linux
2929
if: matrix.os == 'ubuntu-latest'
3030
run: |
31-
sudo apt-get update && sudo apt-get install -y pandoc
31+
sudo apt-get update && sudo apt-get install -y pandoc texlive-latex-base
3232
3333
- name: Install gotranx
3434
run: |

0 commit comments

Comments
 (0)