Skip to content

Commit

Permalink
ci - nav2 contrained smoother wants libceres-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
aosmw committed May 9, 2024
1 parent 77d1c94 commit 2db2ce9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
run: sudo apt install ros-${{ matrix.ros_distro }}-cv-bridge -y
- name: Install gazebo_ros_pkgs
run: sudo apt install ros-${{ matrix.ros_distro }}-gazebo-ros-pkgs -y
- name: Install libceres-dev
run: sudo apt install libceres-dev -y
- name: Build and run tests
id: action-ros-ci
uses: ros-tooling/[email protected]
Expand Down

0 comments on commit 2db2ce9

Please sign in to comment.