We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33149d commit 6a3d46fCopy full SHA for 6a3d46f
azure-pipelines.yml
@@ -171,8 +171,9 @@ jobs:
171
vmImage: 'Ubuntu 16.04'
172
steps:
173
- script: |
174
+ sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
175
sudo apt-get -y update
- sudo apt-get install g++-6 -y
176
+ sudo apt-get install g++-7 -y
177
./vcpkg/bootstrap-vcpkg.sh
178
./vcpkg/vcpkg install zlib openssl boost-system boost-date-time boost-regex websocketpp boost-thread boost-filesystem boost-random boost-chrono brotli
179
displayName: Vcpkg install dependencies
0 commit comments