From 89daeb2a9d9e72118e30f226e59ef57e01480671 Mon Sep 17 00:00:00 2001 From: blockjoe <69400937+blockjoe@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:30:06 -0400 Subject: [PATCH] install texlive --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 15e6cb8..c04127a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: Install Pandoc - run: sudo apt-get install -y pandoc npm + run: sudo apt-get install -y pandoc npm texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra - name: Install Mermaid Filter run: npm install --global mermaid-filter