Skip to content

Commit dc782a3

Browse files
authored
Update setup_configure_image.sh
1 parent c26e4f2 commit dc782a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ distro_id=$(grep "^ID=" /etc/os-release)
77
# Install everything for configure and testing
88
case $distro_id in
99
"ID=arch")
10-
pacman -Sy --noconfirm make bats autoconf automake
10+
pacman -Sy --noconfirm make bats autoconf automake tar
1111
"ID=fedora")
1212
dnf install make npm autoconf automake -y
1313
npm install -g bats ;;

0 commit comments

Comments
 (0)