fix missing dep in action

This commit is contained in:
Johann Dreo 2021-12-11 21:25:17 +01:00 committed by GitHub
commit 75fd06abc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ jobs:
- name: Install Dependencies
shell: bash
run: |
sudo apt-get install libeigen3-dev
sudo apt-get install libeigen3-dev libboost-dev
- name: Configure
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.