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 60bebeb commit 20bd773Copy full SHA for 20bd773
.github/workflows/latexmk.yml
@@ -17,11 +17,11 @@ jobs:
17
- name: Checkout repository
18
uses: actions/checkout@v3
19
20
- # Step 2: Set up TeX Live (LaTeX environment)
21
- - name: Set up TeX Live
+ # Step 2: Set up TeX Live (LaTeX environment) and install latexmk
+ - name: Install LaTeX and latexmk
22
run: |
23
sudo apt-get update
24
- sudo apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended texlive-xetex
+ sudo apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended texlive-xetex latexmk
25
26
# Step 3: Install make (required to run your Makefile)
27
- name: Install make
0 commit comments