From c8d64136ca1ef732e2bd54d1e52eda7b18edc3db Mon Sep 17 00:00:00 2001 From: Tom Schammo <44942510+TomSchammo@users.noreply.github.com> Date: Thu, 26 Oct 2023 18:30:28 +0200 Subject: [PATCH] Fix: Install dependencies for workflow --- .github/workflows/makefile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index dc66ec0..d74433c 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -14,5 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Install dependencies + run: sudo apt install texlive-all - name: Build document run: make