Skip to content

Commit

Permalink
Restore libeigen3-dev in CI for KDL
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman authored Dec 3, 2023
1 parent f55083b commit 1facb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
path: .deps/kdl

- name: Install dependencies via apt
run: sudo apt-get install -qq ccache swig googletest
run: sudo apt-get install -qq ccache libeigen3-dev swig googletest

- name: Set up CMake
uses: jwlawson/actions-setup-cmake@v1
Expand Down

0 comments on commit 1facb7c

Please sign in to comment.