From 060a26d5a94f67739ce869663ed6f973517560c9 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 2 Jul 2020 13:37:32 +0200 Subject: [PATCH] [ci] install rubberband on azure linux --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f6071acf..e5abd460 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,7 +6,7 @@ jobs: vmImage: 'ubuntu-latest' steps: - script: | - sudo apt install libavformat-dev + sudo apt install libavformat-dev librubberband-dev displayName: 'deps' - script: | make -- 2.11.0