act
Some checks failed
Lints / typos (push) Successful in 22s
Build and deploy / build (push) Has been cancelled

This commit is contained in:
Mark 2025-01-21 16:00:55 -08:00
parent d77aab010f
commit 91bb8515b8
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-20250121"
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