Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jan 21, 2025
1 parent 01ff653 commit b5b4e7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-latest.list'
wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -
sudo apt-get update
sudo apt-get install git build-essential cmake libace-dev libeigen3-dev libopencv-dev
sudo apt-get install libgazebo11-dev
sudo apt-get install git build-essential cmake libace-dev libeigen3-dev libopencv-dev libgazebo-dev
- name: Source-based Dependencies [Ubuntu]
if: contains(matrix.os, 'ubuntu')
Expand Down

0 comments on commit b5b4e7c

Please sign in to comment.