mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2025-01-14 01:07:57 +08:00
Merge pull request #717 from protobuf-c/edmonds/ci/macos-install-libtool
build.yml: Install libtool on OS X
This commit is contained in:
commit
8d36a9d0b0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user