Remove CI fetch of functional.

This commit is contained in:
René Ferdinand Rivera Morell
2024-08-18 11:20:51 -05:00
committed by GitHub
parent 7caada352c
commit f5152b0904

View File

@ -61,7 +61,7 @@ install:
- git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
- cd boost-root
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\smart_ptr\
- git submodule update --init tools/boostdep libs/functional
- git submodule update --init tools/boostdep
- python tools/boostdep/depinst/depinst.py smart_ptr
- cmd /c bootstrap
- b2 -d0 headers