Skip to content

Commit dd79b86

Browse files
author
Kerkesni
committed
test
1 parent e863a57 commit dd79b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-doc-dependencies/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
run: |
1818
set -e
1919
20-
PACKAGES="xindy enchant git graphviz curl latexmk make ghostscript inkscape plantuml python3 python3-buildbot-worker texlive-font-utils python3-pip texlive-fonts-extra texlive-fonts-recommended texlive-latex-extra texlive-luatex texlive-xetex texlive-latex-recommended tox emacs less"
20+
PACKAGES="xindy enchant git graphviz curl latexmk make ghostscript inkscape plantuml python3 python3-buildbot-worker texlive-font-utils python3-pip texlive-fonts-extra texlive-fonts-recommended texlive-latex-extra texlive-luatex texlive-xetex texlive-latex-recommended tox=4.23.2 emacs less"
2121
2222
install_packages() {
2323
if [ -d "$HOME/deb_cache" ]; then

0 commit comments

Comments
 (0)