add boost to github action workflow

This commit is contained in:
scawful
2024-08-07 14:47:50 -04:00
parent fdd83bd0f8
commit c462d97106

View File

@@ -37,6 +37,9 @@ jobs:
- name: Install Abseil-cpp
run: sudo apt install libabsl-dev
- name: Install Boost and Boost Python
run: sudo apt install libboost-all-dev libboost-python-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.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type