From 87d7bfca0083d22e26519ae3a2a18e031dd975ab Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sat, 17 Feb 2024 15:05:31 +0300 Subject: [PATCH] CI fixes --- test/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/appveyor.yml b/test/appveyor.yml index 34b021f..fcdd2df 100644 --- a/test/appveyor.yml +++ b/test/appveyor.yml @@ -61,7 +61,7 @@ before_build: - set BOOST=C:/boost-local - git clone -b %BOOST_BRANCH% --depth 10 https://github.com/boostorg/boost.git %BOOST% - cd %BOOST% - - git submodule update --init --depth 10 tools/build tools/boostdep libs/filesystem libs/atomic libs/system libs/interprocess libs/array + - git submodule update --init --depth 10 tools/build tools/boostdep libs/filesystem libs/atomic libs/system libs/interprocess libs/array libs/iterator libs/detail - rm -rf %BOOST%/libs/%BOOST_LIBS_FOLDER% - mv -f %APPVEYOR_BUILD_FOLDER% %BOOST%/libs/%BOOST_LIBS_FOLDER%