mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-30 12:22:58 +00:00
fix: add apt-get update
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user