Skip to content

Commit

Permalink
Try properly installing dependencies #2
Browse files Browse the repository at this point in the history
  • Loading branch information
zooba committed May 1, 2018
1 parent efc8c83 commit d0440d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vsts/linux-buildbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
clean: true
fetchDepth: 5

- script: deb-src http://archive.ubuntu.com/ubuntu/ xenial main && sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive apt-get -yq install libssl-dev
- script: echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial main" > /etc/apt/sources.list.d/python.list && sudo apt-get update && sudo apt-get -yq install libssl-dev
displayName: 'Install build dependencies'

- script: ./configure --with-pydebug
Expand Down

0 comments on commit d0440d3

Please sign in to comment.