summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-10 14:47:18 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-10 14:47:18 +0000
commit34af06037435cba85cafb0e8b24d37904ad7cced (patch)
tree15d5210939eed174101b1978a3437bc984f06eb8 /azure-pipelines.yml
parent724bc97d4bca5ee12c84926faf4df49d134d7e42 (diff)
Try uncommenting deb-src
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 927514e2c2..676c3874ce 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -17,7 +17,9 @@ jobs:
versionSpec: '2.5.1'
- script: |
set -x
+ sudo sed /etc/apt/sources.list -e "s/^# deb-src/deb-src/g" -i
sudo cat /etc/apt/sources.list
+ sudo apt-get update
sudo apt-get build-dep ruby2.3
- checkout: self
fetchDepth: 10