diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b63783b..90cfea59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ Version 252: * More std::string_view fixes +* CI copies to libs/beast -------------------------------------------------------------------------------- diff --git a/tools/get-boost.sh b/tools/get-boost.sh index 648a27f2..222a76d0 100755 --- a/tools/get-boost.sh +++ b/tools/get-boost.sh @@ -84,5 +84,4 @@ echo Submodule update complete echo "BUILD_DIR: $build_dir" rm -rf libs/beast -mkdir libs/beast -cp -r $build_dir libs/ +cp -r $build_dir libs/beast