We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c9230 commit 195582dCopy full SHA for 195582d
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install pandoc on Linux
29
if: matrix.os == 'ubuntu-latest'
30
run: |
31
- sudo apt-get update && sudo apt-get install -y pandoc texlive-latex-base
+ sudo apt-get update && sudo apt-get install -y pandoc texlive-latex-base texlive-fonts-recommended texlive-latex-extra
32
33
- name: Install gotranx
34
0 commit comments