From f1f7471c1a825b64199fa6dcd779a710801b6e46 Mon Sep 17 00:00:00 2001 From: Stephan Hageboeck Date: Wed, 2 Oct 2024 11:48:29 +0200 Subject: [PATCH] Install extra texlive packages before building the slides --- .github/workflows/build-slides.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-slides.yml b/.github/workflows/build-slides.yml index 47e78b98..d656d0e0 100644 --- a/.github/workflows/build-slides.yml +++ b/.github/workflows/build-slides.yml @@ -20,6 +20,11 @@ jobs: matrix: version: [ essentials, full ] steps: + # https://github.com/gpoore/minted/issues/401 + - name: Reinstall minted to go around error: + run: | + tlmgr uninstall minted + tlmgr install minted - name: Set up Git repository uses: actions/checkout@v4 - name: Compile essentials