Skip to content

Commit

Permalink
try build
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 5a81e16 commit 4639af6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cpp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
export POCO_INSTALL_PATH=~/pocoinstall/v1_12_4
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 \
# && popd && rm -rf build
rm -rf build && mkdir build && pushd build \
&& cmake .. -DCMAKE_PREFIX_PATH=$GRPC_INSTALL_PATH && make \
&& popd && rm -rf build

0 comments on commit 4639af6

Please sign in to comment.