Skip to content

Commit

Permalink
Apparently that wants a PPA.
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal committed Oct 12, 2018
1 parent f33149d commit 6a3d46f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,9 @@ jobs:
vmImage: 'Ubuntu 16.04'
steps:
- script: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get -y update
sudo apt-get install g++-6 -y
sudo apt-get install g++-7 -y
./vcpkg/bootstrap-vcpkg.sh
./vcpkg/vcpkg install zlib openssl boost-system boost-date-time boost-regex websocketpp boost-thread boost-filesystem boost-random boost-chrono brotli
displayName: Vcpkg install dependencies
Expand Down

0 comments on commit 6a3d46f

Please sign in to comment.