Skip to content

Commit 1e2fba8

Browse files
committed
Update PATH in ci.yml to reflect the (bindir) change
1 parent 41163c1 commit 1e2fba8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)