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 7e9e49f commit 774057eCopy full SHA for 774057e
.github/jobs/configure-checks/setup_configure_image.sh
@@ -15,7 +15,8 @@ case $distro_id in
15
dnf install $shared2 automake util-linux \
16
python3-sphinx_rtd_theme texlive-cmap -y ;;
17
*)
18
- apt-get update; apt-get full-upgrade -y
+ apt-get update; apt-get full-upgrade -y ;
19
+ echo $shared2 ; \
20
apt-get install $shared2 \
21
python3-sphinx-rtd-theme texlive-latex-{recommended,extra} tex-gyre -y ;;
22
esac
0 commit comments