Skip to content

Commit 20bd773

Browse files
committed
install latexmk
1 parent 60bebeb commit 20bd773

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/latexmk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v3
1919

20-
# Step 2: Set up TeX Live (LaTeX environment)
21-
- name: Set up TeX Live
20+
# Step 2: Set up TeX Live (LaTeX environment) and install latexmk
21+
- name: Install LaTeX and latexmk
2222
run: |
2323
sudo apt-get update
24-
sudo apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended texlive-xetex
24+
sudo apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended texlive-xetex latexmk
2525
2626
# Step 3: Install make (required to run your Makefile)
2727
- name: Install make

0 commit comments

Comments
 (0)