Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan McMillion authored and vkrasnov committed Jun 16, 2020
1 parent 45d2c09 commit 362be0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ jobs:
- job: Linux_x86_64
displayName: 'Linux x86-64'
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-20.04'
continueOnError: true
steps:
- script: |
sudo add-apt-repository ppa:wireguard/wireguard
sudo apt-get update
sudo apt-get install wireguard -y
displayName: 'Install wireguard'
Expand Down

0 comments on commit 362be0d

Please sign in to comment.