Skip to content

Commit d0440d3

Browse files
committed
Try properly installing dependencies #2
1 parent efc8c83 commit d0440d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vsts/linux-buildbot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
clean: true
1818
fetchDepth: 5
1919

20-
- script: deb-src http://archive.ubuntu.com/ubuntu/ xenial main && sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive apt-get -yq install libssl-dev
20+
- 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
2121
displayName: 'Install build dependencies'
2222

2323
- script: ./configure --with-pydebug

0 commit comments

Comments
 (0)