Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

Commit

Permalink
boost
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenscroftj committed Aug 24, 2023
1 parent 596c835 commit 143155d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 143155d

Please sign in to comment.