Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TTPO100AJIEX authored Oct 24, 2024
1 parent a64beaf commit a7332b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
if [ "${{matrix.os}}" = "ubuntu-20.04" ]; then
git clone --recursive -b v1.60.0 https://github.com/grpc/grpc new_grpc
sudo cmake --install -DgRPC_INSTALL=ON -DgRPC_BUILD_TESTS=OFF -S new_grpc -B new_grpc/cmake/build
sudo cmake -DgRPC_INSTALL=ON -DgRPC_BUILD_TESTS=OFF --install -S new_grpc -B new_grpc/cmake/build
fi
- name: Install RabbitMQ packages
Expand Down

0 comments on commit a7332b8

Please sign in to comment.