File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -606,7 +606,7 @@ jobs:
606606 cd tools\boost_install\test\${{matrix.lib}}
607607 mkdir __build__ && cd __build__
608608 cmake -DCMAKE_INSTALL_PREFIX=%GITHUB_WORKSPACE%\..\.local -DUSE_BOOST_PACKAGE=1 -DBoost_VERBOSE=ON ${{matrix.copts}} ..
609- PATH %PATH%;%GITHUB_WORKSPACE%\..\.local\lib ;%GITHUB_WORKSPACE%\..\boost-root\stage\lib
609+ PATH %PATH%;%GITHUB_WORKSPACE%\..\.local\bin ;%GITHUB_WORKSPACE%\..\boost-root\stage\lib
610610 cmake --build . --config Debug && cmake --build . --config Debug --target check
611611 cmake --build . --config Release && cmake --build . --config Release --target check
612612 cmake --build . --config MinSizeRel && cmake --build . --config MinSizeRel --target check
@@ -684,7 +684,7 @@ jobs:
684684 cd tools\boost_install\test\${{matrix.lib}}
685685 mkdir __build__ && cd __build__
686686 cmake -DCMAKE_INSTALL_PREFIX=C:\Boost -DUSE_BOOST_PACKAGE=1 -DBoost_VERBOSE=ON ..
687- PATH %PATH%;C:\Boost\lib
687+ PATH %PATH%;C:\Boost\bin
688688 cmake --build . --config Debug && cmake --build . --config Debug --target check
689689 cmake --build . --config Release && cmake --build . --config Release --target check
690690 cmake --build . --config MinSizeRel && cmake --build . --config MinSizeRel --target check
You can’t perform that action at this time.
0 commit comments