Skip to content

Commit

Permalink
Add prefix
Browse files Browse the repository at this point in the history
Signed-off-by: JaySon-Huang <[email protected]>
  • Loading branch information
JaySon-Huang committed Mar 22, 2023
1 parent 4639af6 commit 3a25192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
export GRPC_INSTALL_PATH=~/grpcinstall/v1_44_0
export PATH="$GRPC_INSTALL_PATH/bin:$PATH"
rm -rf build && mkdir build && pushd build \
&& cmake .. -DCMAKE_PREFIX_PATH=$GRPC_INSTALL_PATH && make \
&& cmake .. -DCMAKE_PREFIX_PATH="$GRPC_INSTALL_PATH;$POCO_INSTALL_PATH" && make \
&& popd && rm -rf build

0 comments on commit 3a25192

Please sign in to comment.