We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bd773 commit 75794a1Copy full SHA for 75794a1
.github/workflows/latexmk.yml
@@ -17,11 +17,12 @@ jobs:
17
- name: Checkout repository
18
uses: actions/checkout@v3
19
20
- # Step 2: Set up TeX Live (LaTeX environment) and install latexmk
21
- - name: Install LaTeX and latexmk
+ # Step 2: Install LaTeX tools and missing packages
+ - name: Install LaTeX and required packages
22
run: |
23
sudo apt-get update
24
sudo apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended texlive-xetex latexmk
25
+ sudo apt-get install -y texlive-fonts-extra
26
27
# Step 3: Install make (required to run your Makefile)
28
- name: Install make
0 commit comments