act
This commit is contained in:
parent
d77aab010f
commit
91bb8515b8
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user