diff --git a/.github/workflows/build_ubuntu_debug.yml b/.github/workflows/build_ubuntu_debug.yml index b2fa74830..d6d5cad4b 100644 --- a/.github/workflows/build_ubuntu_debug.yml +++ b/.github/workflows/build_ubuntu_debug.yml @@ -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.