Skip to content

Commit

Permalink
ci: install texlive-latex-extra
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl authored and inducer committed Apr 7, 2024
1 parent ad39811 commit 43321a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ jobs:
run: |
# texlive is needed for sphinxcontrib-tikz
sudo apt-get update
sudo apt-get install -y --no-install-recommends texlive-pictures graphviz pdf2svg
sudo apt-get install -y --no-install-recommends \
texlive-pictures texlive-latex-extra graphviz pdf2svg
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/ci-support.sh
. ci-support.sh
Expand Down

0 comments on commit 43321a8

Please sign in to comment.