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

This commit is contained in:
Mark 2025-01-21 17:31:43 -08:00
parent d64d7d130a
commit 4f09e07070
Signed by: Mark
GPG Key ID: C6D63995FE72FD80

View File

@ -22,11 +22,11 @@ jobs:
sudo apt install --yes \
texlive texlive-xetex \
texlive-games texlive-fonts-extra texlive-latex-extra \
texlive-pictures
texlive-pictures texlive-pstricks
- name: "Download Typst"
run: |
wget "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"
tar -xf "typst-x86_64-unknown-linux-musl.tar.xz"
mv "typst-x86_64-unknown-linux-musl/typst" .
rm "typst-x86_64-unknown-linux-musl.tar.xz"