Skip to content

Commit

Permalink
[CI/CD] Modify dependencies for installing protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigma711 committed Aug 26, 2023
1 parent 308fdac commit 389b14c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
- name: Install Protobuf
run: |
sudo apt-get install libtool pkg-config wget git
git clone --recursive https://github.com/protocolbuffers/protobuf/releases/latest
git clone --recursive https://github.com/protocolbuffers/protobuf.git
cd protobuf
git checkout tags/v24.2
mkdir build
cd build
cmake -Dprotobuf_BUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release ..
Expand Down

0 comments on commit 389b14c

Please sign in to comment.