fix missing dep in action
This commit is contained in:
parent
069a05edc9
commit
75fd06abc1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_ubuntu_debug.yml
vendored
2
.github/workflows/build_ubuntu_debug.yml
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue