Unverified Commit 8d36a9d0 authored by Robert Edmonds's avatar Robert Edmonds Committed by GitHub

Merge pull request #717 from protobuf-c/edmonds/ci/macos-install-libtool

build.yml: Install libtool on OS X
parents 0b629e68 c8258be9
......@@ -22,7 +22,7 @@ jobs:
sudo apt-get install -y protobuf-compiler libprotobuf-dev libprotoc-dev
- name: Install Mac dependencies
if: startsWith(matrix.os, 'macos')
run: brew install protobuf automake
run: brew install protobuf automake libtool
- name: Run distcheck
run: |
./autogen.sh
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment