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 614500b commit b62a451Copy full SHA for b62a451
.github/jobs/configure-checks/setup_configure_image.sh
@@ -9,7 +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 autoconf automake bats -y
+ dnf install make autoconf automake bats -y ;;
13
'ID="opensuse-leap"')
14
zypper install -y make bats autoconf automake ;;
15
*)
0 commit comments