From b12ea6f9775b968ea308237e2f9e845afb804e1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Voituret?= Date: Wed, 6 Nov 2019 23:34:09 +0100 Subject: [PATCH] fix: add apt-get update --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f81689a..724d634 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: - checkout - run: name: install ffmpeg - command: sudo apt-get install ffmpeg + command: sudo apt-get update && sudo apt-get install ffmpeg - run: name: install spleeter command: sudo pip install .