Skip to content

Commit 85c89f4

Browse files
authored
Ensure the protoc executable is available too
1 parent 6908b9d commit 85c89f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compilation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
CXX: ${{ matrix.cxx }}
3939
run: |
4040
PATH=/usr/local/opt/ccache/libexec:$PATH # Use ccache on Mac too
41+
export PATH="/usr/local/opt/protobuf@3/bin:$PATH"
4142
export LDFLAGS="-L/usr/local/opt/protobuf@3/lib"
4243
export CPPFLAGS="-I/usr/local/opt/protobuf@3/include"
4344
export PKG_CONFIG_PATH="/usr/local/opt/protobuf@3/lib/pkgconfig"

0 commit comments

Comments
 (0)