Compare commits

..

1 Commits

Author SHA1 Message Date
b611015d17 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 58s
2025-02-09 23:40:08 +01:00

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Git repository
uses: actions/checkout@v4.2.2
- name: Install LaTeX
- name: Install MiKTeX
run: |
curl -fsSL https://miktex.org/download/key | tee /usr/share/keyrings/miktex-keyring.asc > /dev/null
echo "deb [signed-by=/usr/share/keyrings/miktex-keyring.asc] https://miktex.org/download/ubuntu jammy universe" | sudo tee /etc/apt/sources.list.d/miktex.list