mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
fix: add apt-get update
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: install ffmpeg
|
name: install ffmpeg
|
||||||
command: sudo apt-get install ffmpeg
|
command: sudo apt-get update && sudo apt-get install ffmpeg
|
||||||
- run:
|
- run:
|
||||||
name: install spleeter
|
name: install spleeter
|
||||||
command: sudo pip install .
|
command: sudo pip install .
|
||||||
|
|||||||
Reference in New Issue
Block a user