Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyushuo committed Aug 23, 2024
1 parent 1897d3c commit b7b9d17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: Install Ubuntu Dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sudo apt install curl gnupg lsb-release
curl -s https://packagecloud.io/install/repositories/grpc/stable/script.deb.sh | sudo bash
sudo apt-get update
sudo apt-get install -y libprotobuf-dev protobuf-compiler libgrpc++-dev grpc-cpp-plugin
- name: Install Mac Dependencies
Expand Down

0 comments on commit b7b9d17

Please sign in to comment.