We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4639af6 commit 3a25192Copy full SHA for 3a25192
.github/workflows/cpp-test.yml
@@ -57,5 +57,5 @@ jobs:
57
export GRPC_INSTALL_PATH=~/grpcinstall/v1_44_0
58
export PATH="$GRPC_INSTALL_PATH/bin:$PATH"
59
rm -rf build && mkdir build && pushd build \
60
- && cmake .. -DCMAKE_PREFIX_PATH=$GRPC_INSTALL_PATH && make \
+ && cmake .. -DCMAKE_PREFIX_PATH="$GRPC_INSTALL_PATH;$POCO_INSTALL_PATH" && make \
61
&& popd && rm -rf build
0 commit comments