Skip to content

Commit

Permalink
add eigen system dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmluk committed Jun 25, 2024
1 parent 47f2e13 commit 62d6da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install System Deps on Noetic
- name: Install System Deps
run: |
sudo apt install libgtest-dev
sudo apt install libgtest-dev libeigen3-dev
- name: Configure CMake
shell: bash
Expand Down

0 comments on commit 62d6da5

Please sign in to comment.