Skip to content

Commit 2ef3eca

Browse files
additional brew install for mac
Signed-off-by: James Xin <[email protected]>
1 parent bf6acc0 commit 2ef3eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup-php-extension/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ runs:
7575
if: inputs.os == 'macos'
7676
shell: bash
7777
run: |
78-
brew install clang-format
78+
brew install autoconf automake libtool pkg-config protobuf-c clang-format
7979
8080
- name: Install Rust and protoc
8181
uses: ./.github/workflows/install-rust-and-protoc

0 commit comments

Comments
 (0)