Skip to content

Commit 2583f8b

Browse files
authored
Update setup_configure_image.sh
1 parent 7e60dc0 commit 2583f8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +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 npm autoconf automake -y
13-
npm install -g bats ;;
12+
dnf install make autoconf automake bats -y
1413
'ID="opensuse-leap"')
1514
zypper install -y make bats autoconf automake ;;
1615
*)

0 commit comments

Comments
 (0)