act
Some checks failed
Lints / typos (push) Successful in 22s
Build and deploy / build (push) Failing after 18m45s

This commit is contained in:
Mark 2025-01-21 16:06:31 -08:00
parent b43b682cd1
commit 9a65d3a46a
Signed by: Mark
GPG Key ID: C6D63995FE72FD80

View File

@ -16,7 +16,7 @@ jobs:
- name: Install TeXLive - name: Install TeXLive
run: | run: |
sudo apt update sudo apt update
sudo apt install texlive-full DEBIAN_FRONTEND=noninteractive sudo apt install --yes texlive-full
#- name: Install TeXLive #- name: Install TeXLive
# run: | # run: |