Skip to content

Commit 565b2f3

Browse files
author
Vladimir Kotal
committed
install autoconf+automake on macOS
1 parent 74a6b54 commit 565b2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/before_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ elif [[ "$TRAVIS_OS_NAME" == "osx" || "$RUNNER_OS" == "macOS" ]]; then
5050
# brew update
5151
export HOMEBREW_NO_AUTO_UPDATE=1
5252

53-
brew install cvs libgit2 jq
53+
brew install cvs libgit2 jq autoconf automake
5454
if [[ $? != 0 ]]; then
5555
echo "cannot install extra packages"
5656
exit 1

0 commit comments

Comments
 (0)