From 2683dcfde9abc0268e05c6aaaf76065bdc8d3bf1 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Tue, 26 Nov 2024 23:22:21 +0100 Subject: [PATCH] Update typeset.yml (#108) * Update typeset.yml Add `graphviz` package for "dot" rendering. --- .github/workflows/typeset.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/typeset.yml b/.github/workflows/typeset.yml index 9243386..6e44d26 100644 --- a/.github/workflows/typeset.yml +++ b/.github/workflows/typeset.yml @@ -30,6 +30,7 @@ jobs: uses: xu-cheng/latex-action@v2 with: root_file: ledgersmb-book.tex + extra_system_packages: "graphviz" - name: Upload PDF file uses: actions/upload-artifact@v4 with: