From f5152b090427b374d6f175530eb12d017d49f885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Ferdinand=20Rivera=20Morell?= Date: Sun, 18 Aug 2024 11:20:51 -0500 Subject: [PATCH] Remove CI fetch of functional. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3f1fe3a..dce3c64 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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