mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-15 19:12:22 +01:00
Fix missing packages
This commit is contained in:
2
.github/workflows/compile.yml
vendored
2
.github/workflows/compile.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
- name: Install LaTeX
|
- name: Install LaTeX
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y latexmk texlive texlive-science texlive-latex-extra
|
sudo apt install -y latexmk texlive texlive-science texlive-latex-extra texlive-bibtex-extra biber
|
||||||
|
|
||||||
|
|
||||||
- name: Prepare output directory
|
- name: Prepare output directory
|
||||||
|
|||||||
Reference in New Issue
Block a user