Skip to content

Commit 6908b9d

Browse files
authored
Make sure we can load and find our special protobuf version
1 parent d7863ce commit 6908b9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/compilation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,7 @@ jobs:
3838
CXX: ${{ matrix.cxx }}
3939
run: |
4040
PATH=/usr/local/opt/ccache/libexec:$PATH # Use ccache on Mac too
41+
export LDFLAGS="-L/usr/local/opt/protobuf@3/lib"
42+
export CPPFLAGS="-I/usr/local/opt/protobuf@3/include"
43+
export PKG_CONFIG_PATH="/usr/local/opt/protobuf@3/lib/pkgconfig"
4144
bash -ex .travis-ci.sh

0 commit comments

Comments
 (0)