Skip to content

Commit bf6acc0

Browse files
restore all apt install
Signed-off-by: James Xin <[email protected]>
1 parent 6682665 commit bf6acc0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,15 @@ runs:
6161
"php${PHP_VERSION}-curl" \
6262
"php${PHP_VERSION}-xml" \
6363
build-essential \
64-
clang-format
64+
autoconf \
65+
automake \
66+
libtool \
67+
pkg-config \
68+
libssl-dev \
69+
clang-format \
70+
protobuf-c-compiler \
71+
libprotobuf-c-dev \
72+
libprotobuf-c1
6573
6674
- name: Install system dependencies for macOS
6775
if: inputs.os == 'macos'

0 commit comments

Comments
 (0)