Skip to content

Commit

Permalink
Try fix missing package in latex compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
MatBon01 committed Jun 16, 2023
1 parent 1ed975e commit 96eadb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 texlive-latex-extra
run: sudo apt-get install -y latexmk texlive-font-utils texlive-latex-extra texlive-science
- uses: actions/checkout@v3
- name: Compile interim report
run: make -C report interim.pdf
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
description: "Final report compiling"
state: "pending"
- name: Install latex dependencies
run: sudo apt-get install -y latexmk texlive-font-utils texlive-latex-extra
run: sudo apt-get install -y latexmk texlive-font-utils texlive-latex-extra texlive-science
- uses: actions/checkout@v3
- name: Compile final report
run: make -C report final.pdf
Expand Down

0 comments on commit 96eadb7

Please sign in to comment.