Skip to content

Commit

Permalink
The composer command was missing for the autoconf tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Jun 27, 2024
1 parent e1737bb commit b09a88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/jobs/configure-checks/all.bats
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ setup() {
if [ "$distro_id" = "ID=fedora" ]; then
repo-install httpd
fi
repo-install gcc g++ libcgroup-dev
repo-install gcc g++ libcgroup-dev composer
}

run_configure () {
Expand Down

0 comments on commit b09a88a

Please sign in to comment.