Skip to content

Commit 8db2d5c

Browse files
Michael Vasseurvmcj
Michael Vasseur
authored andcommitted
Missing package
1 parent ed35165 commit 8db2d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/jobs/configure-checks/setup_configure_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ case $distro_id in
1313
python3-{yaml,sphinx{,_rtd_theme}} -y ;;
1414
*)
1515
apt-get update; apt-get full-upgrade -y
16-
apt-get install $shared \
16+
apt-get install $shared latexmk \
1717
python3-{yaml,sphinx{,-rtd-theme}} -y ;;
1818
esac
1919

0 commit comments

Comments
 (0)