Skip to content

Commit c26e4f2

Browse files
authored
Update setup_configure_image.sh
1 parent e0747e2 commit c26e4f2

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
@@ -9,7 +9,8 @@ case $distro_id in
99
"ID=arch")
1010
pacman -Sy --noconfirm make bats autoconf automake
1111
"ID=fedora")
12-
dnf install make bats autoconf automake -y ;;
12+
dnf install make npm autoconf automake -y
13+
npm install -g bats ;;
1314
'ID="opensuse-leap"')
1415
zypper install -y make bats autoconf automake ;;
1516
*)

0 commit comments

Comments
 (0)