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