File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313 sudo apt install g++-9 ninja-build -y
1414 git submodule update --init vcpkg
1515 ./vcpkg/bootstrap-vcpkg.sh
16- ./vcpkg/vcpkg install zlib openssl boost-system boost-date-time boost-regex websocketpp boost-thread boost-filesystem boost-random boost-chrono boost-interprocess brotli --vcpkg-root ./vcpkg
16+ ./vcpkg/vcpkg install zlib openssl boost-locale boost- system boost-date-time boost-regex websocketpp boost-thread boost-filesystem boost-random boost-chrono boost-interprocess brotli --vcpkg-root ./vcpkg
1717 displayName: Vcpkg install dependencies
1818 - script : |
1919 mkdir build.debug
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 displayName : Checkout vcpkg submodule
122122 - script : |
123123 ./vcpkg/bootstrap-vcpkg.sh
124- ./vcpkg/vcpkg install zlib openssl boost-system boost-date-time boost-regex websocketpp boost-thread boost-filesystem boost-random boost-chrono boost-interprocess brotli --vcpkg-root ./vcpkg
124+ ./vcpkg/vcpkg install zlib openssl boost-locale boost- system boost-date-time boost-regex websocketpp boost-thread boost-filesystem boost-random boost-chrono boost-interprocess brotli --vcpkg-root ./vcpkg
125125 displayName: Vcpkg install dependencies
126126 - script : |
127127 mkdir build.debug
You can’t perform that action at this time.
0 commit comments