Skip to content

Commit 8fee236

Browse files
install latest protobuf on mac
Signed-off-by: James Xin <[email protected]>
1 parent c9670f1 commit 8fee236

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build-php-wrapper/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs:
5656
if: ${{ inputs.os == 'macos' }}
5757
shell: bash
5858
run: |
59-
brew install autoconf automake libtool pkg-config protobuf@3 openssl clang-format
59+
brew install autoconf automake libtool pkg-config protobuf openssl clang-format
6060
6161
- name: Install protobuf compiler (Ubuntu)
6262
if: ${{ inputs.os == 'ubuntu' }}
@@ -73,7 +73,6 @@ runs:
7373
if: ${{ inputs.os == 'macos' }}
7474
shell: bash
7575
run: |
76-
echo 'export PATH="/opt/homebrew/opt/protobuf@3/bin:$PATH"' >> $GITHUB_ENV
7776
# Install protobuf-c
7877
brew install protobuf-c
7978

.github/workflows/run-php-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ runs:
7979
run: |
8080
# Find the actual .so file location
8181
SO_FILE=""
82-
82+
8383
# Check common locations
8484
if [[ -f "$EXTENSION_PATH" ]]; then
8585
SO_FILE="$EXTENSION_PATH"

0 commit comments

Comments
 (0)