act
Some checks failed
Lints / typos (push) Successful in 14s
Build and deploy / build (push) Failing after 7m45s

This commit is contained in:
Mark 2025-01-21 17:22:36 -08:00
parent 82088a85ae
commit 2b9e15fabc
Signed by: Mark
GPG Key ID: C6D63995FE72FD80

View File

@ -20,7 +20,9 @@ jobs:
sudo apt update sudo apt update
DEBIAN_FRONTEND=noninteractive \ DEBIAN_FRONTEND=noninteractive \
sudo apt install --yes \ 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" - name: "Download Typst"
run: | run: |