try using stage lib dir for boost root

This commit is contained in:
James Ravenscroft 2023-08-24 13:28:58 +01:00
parent e8beac34e7
commit 22f2993db4

View File

@ -215,7 +215,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. ${{ matrix.defines }} -DBoost_LIBRARY_DIRS=${{steps.install-boost.outputs.BOOST_ROOT}}/lib
cmake .. ${{ matrix.defines }} -DBoost_LIBRARY_DIRS=${{steps.install-boost.outputs.BOOST_ROOT}}\stage\lib
cmake --build . --config Release --target turbopilot
# - name: Add libopenblas.dll