Skip to content

Commit

Permalink
Fix ceres solver deps in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleSandrini committed Jun 13, 2024
1 parent 69ef4b6 commit 8e5305c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
required-ros-distributions: humble
- name: Install nlohmann
run: sudo apt -y install nlohmann-json3-dev
- name: Install ceres dependencies
run: sudo apt -y install libunwind-dev libgoogle-glog-dev libatlas-base-dev libsuitesparse-dev libgflags-dev libeigen3-dev
- name: Install ceres
run: sudo apt -y install libceres-dev
- name: build and test
uses: ros-tooling/action-ros-ci@0.3.3
with:
Expand Down

0 comments on commit 8e5305c

Please sign in to comment.