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 dc782a3 commit 435df91Copy full SHA for 435df91
.github/jobs/configure-checks/setup_configure_image.sh
@@ -7,7 +7,7 @@ distro_id=$(grep "^ID=" /etc/os-release)
7
# Install everything for configure and testing
8
case $distro_id in
9
"ID=arch")
10
- pacman -Sy --noconfirm make bats autoconf automake tar
+ pacman -Sy --noconfirm make bats autoconf automake tar ;;
11
"ID=fedora")
12
dnf install make npm autoconf automake -y
13
npm install -g bats ;;
0 commit comments