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 20664ad commit e0747e2Copy full SHA for e0747e2
.github/jobs/configure-checks/setup_configure_image.sh
@@ -6,6 +6,8 @@ distro_id=$(grep "^ID=" /etc/os-release)
6
7
# Install everything for configure and testing
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 ;;
13
'ID="opensuse-leap"')
0 commit comments