From 429b71250a687b2f12c1f08652c7a7aca6568298 Mon Sep 17 00:00:00 2001 From: "Tian Cheng \"Riccardo\" Xia" <35894453+NotXia@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:28:33 +0200 Subject: [PATCH] Fix missing fonts --- .github/workflows/compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index f2cdecf..d2abcae 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 texlive-bibtex-extra biber + sudo apt install -y latexmk texlive texlive-science texlive-latex-extra texlive-fonts-extra texlive-bibtex-extra biber - name: Prepare output directory @@ -54,4 +54,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} COMMIT_NAME: "github-actions[bot]" COMMIT_EMAIL: "github-actions[bot]@users.noreply.github.com" - MESSAGE: "🤖 Hello human, doing my things ({sha})" \ No newline at end of file + MESSAGE: "🤖 Hello human, doing my things ({sha})"