Skip to content

Commit b5fb202

Browse files
committed
Missing dependency
1 parent 43e3439 commit b5fb202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ distro_id=$(grep "^ID=" /etc/os-release)
77
# Install everything for configure and testing
88
case $distro_id in
99
"ID=fedora")
10-
dnf install pkg-config make bats autoconf automake util-linux -y ;;
10+
dnf install pkg-config make bats autoconf automake util-linux python3 -y ;;
1111
*)
1212
apt-get update; apt-get full-upgrade -y
13-
apt-get install pkg-config make bats autoconf -y ;;
13+
apt-get install pkg-config make bats autoconf python3 -y ;;
1414
esac
1515

1616
# Build the configure file

0 commit comments

Comments
 (0)