Skip to content

Commit

Permalink
fix missing dep in action
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreo authored Dec 11, 2021
1 parent 069a05e commit 75fd06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_ubuntu_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 75fd06a

Please sign in to comment.