Skip to content

Commit

Permalink
install texlive
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Lichtman committed Apr 15, 2024
1 parent 10289b2 commit 020ffd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install prereqs
run: sudo apt install python3-pip pandoc inkscape -y
run: sudo apt install python3-pip pandoc inkscape texlive-latex-extra -y
- name: Pip installs
run: sudo pip install pylatex
- name: Build docs
Expand Down

0 comments on commit 020ffd7

Please sign in to comment.