Skip to content

Commit 7d56131

Browse files
committed
install LaTeX manually
1 parent efbc8c7 commit 7d56131

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/paper.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
- name: Set up Git repository
1212
uses: actions/checkout@v4
1313

14+
- name: Install latexmk
15+
run: sudo apt-get install texlive-full
16+
1417
- name: Compile
1518
run: make -C paper zip
1619

0 commit comments

Comments
 (0)