act
Some checks failed
Build and deploy / build (push) Failing after 12s
Lints / typos (push) Successful in 18s

This commit is contained in:
Mark 2025-01-21 15:59:38 -08:00
parent ad5b45fda1
commit d77aab010f
Signed by: Mark
GPG Key ID: C6D63995FE72FD80

View File

@ -15,10 +15,10 @@ jobs:
- name: Install TeXLive
run: |
cd /tmp
wget "https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz"
zcat < install-tl-unx.tar.gz | tar xf -
cd install-tl-*
cd /tmp &&
wget "https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz" &&
(zcat < install-tl-unx.tar.gz | tar xf -) &&
cd install-tl-* &&
sudo perl ./install-tl --no-interaction
- run: ls /usr/local/texlive/2025/bin/x86_64-linux