Skip to content

Commit

Permalink
removed duplicate installs (zmq and protobuf) linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosiglezb authored Aug 19, 2024
1 parent a549961 commit ac19dbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ jobs:
export PYTHONPATH=/opt/openrobots/lib/python3.9/site-packages:$PYTHONPATH
export CMAKE_PREFIX_PATH=/opt/openrobots:/usr/local/include:$CMAKE_PREFIX_PATH
sudo apt-get install -y libglfw3 libglfw3-dev
./dependency/scripts/install_zmq.sh
./dependency/scripts/install_protobuf.sh
pip install conan
mkdir -p ~/.conan2/profiles/ && cp .github/conan_profile ~/.conan2/profiles/default
conan install conanfile.txt --build=missing && cd build/ && cmake .. -DBUILD_WITH_ZMQ_PROTOBUF=ON -DBUILD_WITH_FOXGLOVE=ON && make

0 comments on commit ac19dbc

Please sign in to comment.