shithub: aubio

Download patch

ref: f70e181848011f4b20b6421bd09171dccb45ec6b
parent: a4aa9604dcaa6879c7e97aacb2038f70de289861
author: Paul Brossier <piem@piem.org>
date: Wed Sep 26 07:33:27 EDT 2018

.circleci/config.yml: add sudo to apt commands

--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -1,8 +1,8 @@
 apt-run: &apt-install
   name: Install apt packages
   command: |
-    apt-get update
-    apt-get -y install make sox pkg-config libavcodec-dev libavformat-dev libavresample-dev libavutil-dev libsndfile1-dev libsamplerate-dev
+    sudo apt-get update
+    sudo apt-get -y install make sox pkg-config libavcodec-dev libavformat-dev libavresample-dev libavutil-dev libsndfile1-dev libsamplerate-dev
 
 build-wheel: &build-wheel
   name: Build python wheel