Skip to content

Commit 6a3d46f

Browse files
committed
Apparently that wants a PPA.
1 parent f33149d commit 6a3d46f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,9 @@ jobs:
171171
vmImage: 'Ubuntu 16.04'
172172
steps:
173173
- script: |
174+
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
174175
sudo apt-get -y update
175-
sudo apt-get install g++-6 -y
176+
sudo apt-get install g++-7 -y
176177
./vcpkg/bootstrap-vcpkg.sh
177178
./vcpkg/vcpkg install zlib openssl boost-system boost-date-time boost-regex websocketpp boost-thread boost-filesystem boost-random boost-chrono brotli
178179
displayName: Vcpkg install dependencies

0 commit comments

Comments
 (0)