From 2b9e15fabcb6538eb31b8f34a7729c815e19288d Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 21 Jan 2025 17:22:36 -0800 Subject: [PATCH] act --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d03e644..917d9d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,9 @@ jobs: sudo apt update DEBIAN_FRONTEND=noninteractive \ sudo apt install --yes \ - texlive texlive-xetex texlive-games + texlive texlive-xetex \ + texlive-games texlive-fonts-extra texlive-latex-extra \ + texlive-pictures - name: "Download Typst" run: |