This commit is contained in:
James Ravenscroft 2023-08-24 14:26:40 +01:00
parent 227501188c
commit 596c835939

View File

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