Skip to content

Commit 42dbc76

Browse files
committed
add boost locale vcpkg to CI builds.
1 parent 41e7d00 commit 42dbc76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-devops/build-ubuntu-vcpkg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)