Skip to content

Commit e0747e2

Browse files
authored
Update setup_configure_image.sh
1 parent 20664ad commit e0747e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/jobs/configure-checks/setup_configure_image.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ distro_id=$(grep "^ID=" /etc/os-release)
66

77
# Install everything for configure and testing
88
case $distro_id in
9+
"ID=arch")
10+
pacman -Sy --noconfirm make bats autoconf automake
911
"ID=fedora")
1012
dnf install make bats autoconf automake -y ;;
1113
'ID="opensuse-leap"')

0 commit comments

Comments
 (0)