From bb0a430673a3dd0f330e611e78c6c04ecde99d36 Mon Sep 17 00:00:00 2001 From: Tom Schammo <44942510+TomSchammo@users.noreply.github.com> Date: Thu, 26 Oct 2023 18:37:44 +0200 Subject: [PATCH] fix: Add bibtex to workflow dependencies --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 1498dc4..e89dbda 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -15,6 +15,6 @@ jobs: - uses: actions/checkout@v3 - name: Install dependencies - run: sudo apt-get update && sudo apt-get install texlive texlive-publishers texlive-science latexmk + run: sudo apt-get update && sudo apt-get install texlive texlive-publishers texlive-science latexmk texlive-bibtex-extra biber - name: Build document run: make