diff --git a/CHANGELOG.md b/CHANGELOG.md index 05714cc1..0a0e2749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Version 91: * Use Asio array optimization in static_buffer_base * Rename wstest source file * Use fopen_s on Windows +* Fix Appveyor script WebSocket: diff --git a/appveyor.yml b/appveyor.yml index fb2b3e73..355b7b56 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -81,6 +81,7 @@ install: - git submodule update --init libs/type_index - git submodule update --init libs/typeof - git submodule update --init libs/unordered + - rm -rf libs\beast - MKDIR libs\beast - XCOPY /s /e /q %APPVEYOR_BUILD_FOLDER% libs\beast\ - CMD /c bootstrap