Skip to content

Commit dd57028

Browse files
author
Michael Vasseur
committed
We need the vendor dir
1 parent ca7476a commit dd57028

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ distro_id=$(grep "^ID=" /etc/os-release)
77
# Install everything for configure and testing
88
case $distro_id in
99
"ID=fedora")
10-
dnf install pkg-config make bats autoconf automake util-linux -y ;;
10+
dnf install pkg-config make bats autoconf automake util-linux composer -y ;;
1111
*)
1212
apt-get update; apt-get full-upgrade -y
13-
apt-get install pkg-config make bats autoconf -y ;;
13+
apt-get install pkg-config make bats autoconf composer -y ;;
1414
esac
1515

1616
# Build the configure file
17-
make configure
17+
make dist
1818

1919
# Install extra assert statements for bots
2020
cp submit/assert.bash .github/jobs/configure-checks/

0 commit comments

Comments
 (0)