File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
.github/actions/install-doc-dependencies Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments