We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d744bcd commit 3e963fbCopy full SHA for 3e963fb
.github/jobs/configure-checks/setup_configure_image.sh
@@ -13,7 +13,7 @@ case $distro_id in
13
python3-{yaml,sphinx{,_rtd_theme}} -y ;;
14
*)
15
apt-get update; apt-get full-upgrade -y
16
- apt-get install $shared \
+ apt-get install $shared latexmk \
17
python3-{yaml,sphinx{,-rtd-theme}} -y ;;
18
esac
19
0 commit comments