We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a501ba commit b9c9230Copy full SHA for b9c9230
.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
+ sudo apt-get update && sudo apt-get install -y pandoc texlive-latex-base
32
33
- name: Install gotranx
34
0 commit comments