Skip to content

Commit

Permalink
CI: Add texlive to GHA builds
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jan 18, 2024
1 parent 706c6a7 commit 173f3f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs-build-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ jobs:
# Pacify git if we were to commit something
git config user.email "[email protected]"
git config user.name "NiPreps Bot"
- name: Install GraphViz & pandoc
run: |
sudo apt-get update -y
sudo apt-get install -y --no-install-recommends graphviz pandoc
sudo apt-get install -y --no-install-recommends graphviz pandoc texlive
- name: Set up Python 3
uses: actions/setup-python@v5
Expand Down

0 comments on commit 173f3f5

Please sign in to comment.