Compare commits

..

1 Commits

Author SHA1 Message Date
e62ef879f3 Refactor GitHub Actions workflow to install LaTeX dependencies and build document directly, updating artifact upload step
Some checks failed
Build LaTeX Document / build_latex (pull_request) Failing after 26s
2025-02-09 23:01:37 +01:00

View File

@@ -22,8 +22,6 @@ jobs:
- name: Install LaTeX
run: |
echo "deb [signed-by=/usr/share/keyrings/miktex-keyring.asc] https://miktex.org/download/ubuntu noble universe" | sudo tee /etc/apt/sources.list.d/miktex.list
apt-get update
apt-get install miktex
miktexsetup --shared=yes finish