From 71ba57f3397f65264bd3e5d9f5eb7e3b4c2fc99e Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Sat, 9 Mar 2024 15:30:27 +0100 Subject: [PATCH] Fix missing packages --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 5c1f781..a422d62 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -27,7 +27,7 @@ jobs: - name: Install LaTeX run: | sudo apt update - sudo apt install -y latexmk texlive texlive-science texlive-latex-extra + sudo apt install -y latexmk texlive texlive-science texlive-latex-extra texlive-bibtex-extra biber - name: Prepare output directory