From d1ba9e68cb1336efbbca9cf17c8c9a07af2c26f2 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Tue, 26 Nov 2024 23:42:08 +0100 Subject: [PATCH] Update typeset.yml Fixate texlive version so we can validate before upgrading --- .github/workflows/typeset.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/typeset.yml b/.github/workflows/typeset.yml index 99e25bf..af3a21d 100644 --- a/.github/workflows/typeset.yml +++ b/.github/workflows/typeset.yml @@ -30,6 +30,7 @@ jobs: uses: xu-cheng/latex-action@v3 with: root_file: ledgersmb-book.tex + texlive_version: 2022 extra_system_packages: "graphviz" - name: Upload PDF file uses: actions/upload-artifact@v4