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 e0747e2 commit c26e4f2Copy full SHA for c26e4f2
.github/jobs/configure-checks/setup_configure_image.sh
@@ -9,7 +9,8 @@ case $distro_id in
9
"ID=arch")
10
pacman -Sy --noconfirm make bats autoconf automake
11
"ID=fedora")
12
- dnf install make bats autoconf automake -y ;;
+ dnf install make npm autoconf automake -y
13
+ npm install -g bats ;;
14
'ID="opensuse-leap"')
15
zypper install -y make bats autoconf automake ;;
16
*)
0 commit comments