act
All checks were successful
Lints / typos (push) Successful in 18s
Build and deploy / build (push) Successful in 13m29s

This commit is contained in:
Mark 2025-01-21 18:34:12 -08:00
parent fac0e93c6b
commit 43c0719c63
Signed by: Mark
GPG Key ID: C6D63995FE72FD80

View File

@ -24,6 +24,8 @@ jobs:
texlive-games texlive-fonts-extra texlive-latex-extra \ texlive-games texlive-fonts-extra texlive-latex-extra \
texlive-pictures texlive-pstricks texlive-pictures texlive-pstricks
# Typst isn't packaged, and manual download gives us
# more control anyway.
- name: "Download Typst" - name: "Download Typst"
run: | run: |
wget -q "https://github.com/typst/typst/releases/download/v0.12.0/typst-x86_64-unknown-linux-musl.tar.xz" wget -q "https://github.com/typst/typst/releases/download/v0.12.0/typst-x86_64-unknown-linux-musl.tar.xz"