From 4c0367a6f7f77146c9db98b8ff5b9097704853fd Mon Sep 17 00:00:00 2001 From: Mads Mogensen Date: Wed, 12 Jun 2024 16:27:46 +0000 Subject: [PATCH] Update compile.yml --- .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 cc52621..d966bf3 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install prerequisites - run: sudo apt-get install -y texlive-latex-extra ghostscript psutils + run: sudo apt-get install -y texlive-latex-extra texlive-fonts-extra ghostscript psutils - name: Checkout repository uses: actions/checkout@v2 - name: Compile the document