act
This commit is contained in:
parent
91bb8515b8
commit
b43b682cd1
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -15,13 +15,17 @@ jobs:
|
|||||||
|
|
||||||
- name: Install TeXLive
|
- name: Install TeXLive
|
||||||
run: |
|
run: |
|
||||||
cd /tmp
|
sudo apt update
|
||||||
wget "https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz"
|
sudo apt install texlive-full
|
||||||
zcat < install-tl-unx.tar.gz | tar xf -
|
|
||||||
cd "install-tl-20250121"
|
|
||||||
sudo perl ./install-tl --no-interaction
|
|
||||||
|
|
||||||
- run: ls /usr/local/texlive/2025/bin/x86_64-linux
|
#- 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 -
|
||||||
|
# rm "install-tl-unx.tar.gz"
|
||||||
|
# cd "install-tl-20250121"
|
||||||
|
# sudo perl ./install-tl --no-interaction
|
||||||
|
|
||||||
- name: Build LaTeX handouts
|
- name: Build LaTeX handouts
|
||||||
run: python tools/build/main.py
|
run: python tools/build/main.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user