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 5a81e16 commit 4639af6Copy full SHA for 4639af6
.github/workflows/cpp-test.yml
@@ -56,6 +56,6 @@ jobs:
56
export POCO_INSTALL_PATH=~/pocoinstall/v1_12_4
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 \
61
- # && popd && rm -rf build
+ rm -rf build && mkdir build && pushd build \
+ && cmake .. -DCMAKE_PREFIX_PATH=$GRPC_INSTALL_PATH && make \
+ && popd && rm -rf build
0 commit comments