Skip to content

Commit

Permalink
Add extra dependency for latex compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Bongiovanni committed Dec 9, 2022
1 parent 8923ad7 commit 6c84cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
description: "Interim report compiling"
state: "pending"
- name: Install latex dependencies
run: sudo apt-get install -y latexmk texlive-font-utils
run: sudo apt-get install -y latexmk texlive-font-utils texlive-latex-extra
- uses: actions/checkout@v3
- name: Compile interim report
run: make interim.pdf
Expand Down

0 comments on commit 6c84cf1

Please sign in to comment.