gh action libpython install

This commit is contained in:
scawful
2024-08-07 16:28:33 -04:00
parent 69553d7c5a
commit a722d8f688

View File

@@ -41,7 +41,7 @@ jobs:
run: sudo apt install libboost-all-dev libboost-python-dev
- name: Install CPython headers
run: sudo apt install python3-dev
run: sudo apt install python3-dev python-dev libpython3-dev libpython-dev libpython3.8-dev libpython3.9-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.