Skip to content

Commit

Permalink
added missing package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
simongravelle committed Dec 22, 2024
1 parent 68182fc commit 7fca04d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/latexmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended texlive-xetex latexmk
sudo apt-get install -y texlive-fonts-extra texlive-science
sudo apt-get install -y texlive-fonts-extra texlive-science texlive-pstricks
sudo apt-get install -y texlive-latex3
# Step 3: Install make (required to run your Makefile)
- name: Install make
Expand Down

0 comments on commit 7fca04d

Please sign in to comment.