Skip to content

Commit

Permalink
[CI/CD] Add dependencies for installing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigma711 committed Aug 16, 2023
1 parent ad4d3d0 commit 31b1701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: init
run: mkdir build
- name: Install Protobuf
run: sudo apt-get install libtool pkg-config && sudo apt-get install protobuf-compiler libprotobuf-dev && sudo find /usr/ -name ProtobufConfig.cmake 2>/dev/null && sudo find /usr/ -name protobuf-config.cmake 2>/dev/null
run: sudo apt-get install libtool pkg-config && sudo apt-get install protobuf-compiler libprotobuf-dev && sudo find / -name ProtobufConfig.cmake 2>/dev/null && sudo find / -name protobuf-config.cmake 2>/dev/null
- name: Install gtest manually
run: sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo cmake CMakeLists.txt && sudo make && sudo cp lib/*.a /usr/lib && sudo ln -s /usr/lib/libgtest.a /usr/local/lib/libgtest.a && sudo ln -s /usr/lib/libgtest_main.a /usr/local/lib/libgtest_main.a
- name: Install llhttp manually
Expand Down

0 comments on commit 31b1701

Please sign in to comment.