File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
sudo apt install g++-9 ninja-build -y
14
14
git submodule update --init vcpkg
15
15
./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
17
17
displayName: Vcpkg install dependencies
18
18
- script : |
19
19
mkdir build.debug
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
displayName : Checkout vcpkg submodule
122
122
- script : |
123
123
./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
125
125
displayName: Vcpkg install dependencies
126
126
- script : |
127
127
mkdir build.debug
You can’t perform that action at this time.
0 commit comments