We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e60dc0 commit 2583f8bCopy full SHA for 2583f8b
.github/jobs/configure-checks/setup_configure_image.sh
@@ -9,8 +9,7 @@ case $distro_id in
9
"ID=arch")
10
pacman -Sy --noconfirm make bats autoconf automake tar ;;
11
"ID=fedora")
12
- dnf install make npm autoconf automake -y
13
- npm install -g bats ;;
+ dnf install make autoconf automake bats -y
14
'ID="opensuse-leap"')
15
zypper install -y make bats autoconf automake ;;
16
*)
0 commit comments