From 89674db720402b9813b0c4457b4500349d855cf7 Mon Sep 17 00:00:00 2001 From: redfast00 Date: Sat, 31 Jul 2021 03:58:18 +0200 Subject: [PATCH] Install texlive-full in builder --- .github/workflows/moduledocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/moduledocs.yml b/.github/workflows/moduledocs.yml index 0230d60..32854f2 100644 --- a/.github/workflows/moduledocs.yml +++ b/.github/workflows/moduledocs.yml @@ -4,8 +4,8 @@ jobs: moduledocs: runs-on: ubuntu-latest steps: - - name: Install pandoc and python3 - run: sudo apt-get install pandoc python3 + - name: Install pandoc and python3 (and texlive) + run: sudo apt-get install pandoc python3 texlive-full - name: Check out repository code uses: actions/checkout@v2 - name: Compile documentation