act
Some checks failed
Lints / typos (push) Successful in 22s
Build and deploy / build (push) Failing after 4m28s

This commit is contained in:
Mark 2025-01-21 16:28:22 -08:00
parent 433ccfb929
commit 7a4ea08767
Signed by: Mark
GPG Key ID: C6D63995FE72FD80

View File

@ -13,11 +13,12 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
# Could also install texlive-full, but that takes a long time. # Could also install texlive-full,
# but that takes ~20 minutes.
- name: Install TeXLive - name: Install TeXLive
run: | run: |
sudo apt update sudo apt update
DEBIAN_FRONTEND=noninteractive sudo apt install --yes texlive DEBIAN_FRONTEND=noninteractive sudo apt install --yes texlive texlive-xetex
- name: Download Typst - name: Download Typst
run: | run: |