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: |