Skip to content

Commit a762bad

Browse files
committed
Fix installation of the tools
1 parent 51eb0a9 commit a762bad

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
@@ -10,7 +10,7 @@ case $distro_id in
1010
dnf install pkg-config make bats autoconf automake util-linux -y ;;
1111
*)
1212
apt-get update; apt-get full-upgrade -y
13-
apt-get install pkg-config make bats autoconf ;;
13+
apt-get install pkg-config make bats autoconf -y ;;
1414
esac
1515

1616
# Build the configure file

0 commit comments

Comments
 (0)