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

This commit is contained in:
Mark 2025-01-21 16:05:20 -08:00
parent 91bb8515b8
commit b43b682cd1
Signed by: Mark
GPG Key ID: C6D63995FE72FD80

View File

@ -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