Skip to content

Commit b62a451

Browse files
authored
Update setup_configure_image.sh
1 parent 614500b commit b62a451

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
@@ -9,7 +9,7 @@ case $distro_id in
99
"ID=arch")
1010
pacman -Sy --noconfirm make bats autoconf automake tar ;;
1111
"ID=fedora")
12-
dnf install make autoconf automake bats -y
12+
dnf install make autoconf automake bats -y ;;
1313
'ID="opensuse-leap"')
1414
zypper install -y make bats autoconf automake ;;
1515
*)

0 commit comments

Comments
 (0)