Skip to content

Commit

Permalink
Install Eigen
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed Nov 6, 2024
1 parent a336616 commit 3be1c64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install Eigen
run: sudo apt install libeigen3-dev

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 3be1c64

Please sign in to comment.