Skip to content

Commit e57175d

Browse files
committed
Install xindy as well
1 parent d9cdd68 commit e57175d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-build-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
shell: bash -l {0}
7676
run: |
7777
sudo DEBIAN_FRONTEND=noninteractive sudo apt-get update
78-
sudo DEBIAN_FRONTEND=noninteractive apt-get install $(build/bin/sage-get-system-packages debian texlive texlive_luatex free_fonts)
78+
sudo DEBIAN_FRONTEND=noninteractive apt-get install $(build/bin/sage-get-system-packages debian texlive texlive_luatex free_fonts xindy)
7979
meson compile -C builddir doc-pdf
8080
env:
8181
SAGE_DOCBUILD_OPTS: "--include-tests-blocks"

0 commit comments

Comments
 (0)