add python3-dev headers to gh action

This commit is contained in:
scawful
2024-08-07 15:59:30 -04:00
parent 08c3ddc037
commit 86f3a119c4

View File

@@ -40,6 +40,9 @@ jobs:
- name: Install Boost and Boost Python
run: sudo apt install libboost-all-dev libboost-python-dev
- name: Install CPython headers
run: sudo apt install python3-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