diff --git a/.github/workflows/build-commit.yml b/.github/workflows/build-commit.yml index dfaa6be..68291ff 100644 --- a/.github/workflows/build-commit.yml +++ b/.github/workflows/build-commit.yml @@ -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