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 - name: Install TeXLive
run: | run: |
cd /tmp cd /tmp &&
wget "https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz" wget "https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz" &&
zcat < install-tl-unx.tar.gz | tar xf - (zcat < install-tl-unx.tar.gz | tar xf -) &&
cd install-tl-* cd install-tl-* &&
sudo perl ./install-tl --no-interaction sudo perl ./install-tl --no-interaction
- run: ls /usr/local/texlive/2025/bin/x86_64-linux - run: ls /usr/local/texlive/2025/bin/x86_64-linux