This commit is contained in:
James Ravenscroft 2023-08-24 14:28:01 +01:00
parent 596c835939
commit 143155dac3

View File

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