fix: add apt-get update

This commit is contained in:
Félix Voituret
2019-11-06 23:34:09 +01:00
parent 20deba57a6
commit b12ea6f977

View File

@@ -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 .