File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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' }}
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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments