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

build.yml: Install libtool on OS X
This commit is contained in:
Robert Edmonds 2024-04-27 22:09:04 -04:00 committed by GitHub
commit 8d36a9d0b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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