Skip to content

Commit 774057e

Browse files
committed
Debug if the glob actually works
1 parent 7e9e49f commit 774057e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ case $distro_id in
1515
dnf install $shared2 automake util-linux \
1616
python3-sphinx_rtd_theme texlive-cmap -y ;;
1717
*)
18-
apt-get update; apt-get full-upgrade -y
18+
apt-get update; apt-get full-upgrade -y ;
19+
echo $shared2 ; \
1920
apt-get install $shared2 \
2021
python3-sphinx-rtd-theme texlive-latex-{recommended,extra} tex-gyre -y ;;
2122
esac

0 commit comments

Comments
 (0)