And find boost

This commit is contained in:
Maarten L. Hekkelman
2026-03-24 08:47:16 +01:00
parent 40c29a3b0e
commit e5bdcd230b

View File

@@ -72,6 +72,8 @@ jobs:
-S ${{ github.workspace }}
-DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local
-DBUILD_PYTHON_MODULE=ON
env:
BOOST_ROOT: ${{ steps.install-boost.outputs.BOOST_ROOT }}
- name: Build
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Release