Skip to content

Commit 2a83e8a

Browse files
AA-Turnerhugovk
andauthored
Update .github/workflows/source-and-docs-release.yml
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 3a08da6 commit 2a83e8a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/source-and-docs-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,16 +141,16 @@ jobs:
141141
python -m pip install -r Doc/requirements.txt
142142
sudo apt-get update
143143
sudo apt-get install --yes --no-install-recommends \
144+
fonts-freefont-otf \
144145
latexmk \
146+
texinfo \
147+
texlive-fonts-extra \
148+
texlive-fonts-recommended \
145149
texlive-latex-base \
146-
texlive-latex-recommended \
147150
texlive-latex-extra \
148-
texlive-fonts-recommended \
151+
texlive-latex-recommended \
149152
texlive-xetex \
150-
texlive-fonts-extra \
151-
fonts-freefont-otf \
152-
xindy \
153-
texinfo
153+
xindy
154154
155155
- name: "Build docs"
156156
run: |

0 commit comments

Comments
 (0)