Skip to content

Commit c0b20bc

Browse files
committed
Update PATH in appveyor.yml
1 parent be91f92 commit c0b20bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ test_script:
173173
- if NOT "%CMAKE_BUILD_TYPE%" == "" SET CMAKE_BUILD_TYPE=-DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE%
174174
- PATH %PATH:C:\Program Files\Git\usr\bin;=%
175175
- cmake %GENERATOR% %GENERATOR_TOOLSET% -DUSE_BOOST_PACKAGE=%UBP% -DBoost_VERBOSE=ON %USE_PYTHON_VERSION% %USE_STATIC_LIBS% %BUILD_SHARED_LIBS% %CMAKE_CXX_COMPILER% %CMAKE_BUILD_TYPE% %CMAKE_INSTALL% ..
176-
- PATH %PATH%;C:\projects\.local\lib;C:\projects\boost-root\stage\lib
176+
- PATH %PATH%;C:\projects\.local\bin;C:\projects\boost-root\stage\lib
177177
- if NOT "%CMAKE_BUILD_TYPE%" == "" cmake --build . && cmake --build . --target check
178178
- if "%CMAKE_BUILD_TYPE%" == "" cmake --build . --config Debug && cmake --build . --config Debug --target check
179179
- if "%CMAKE_BUILD_TYPE%" == "" cmake --build . --config Release && cmake --build . --config Release --target check

0 commit comments

Comments
 (0)