1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 01:10:22 +08:00

feat(rvcmd): update version to v0.2.5

This commit is contained in:
源文雨
2024-06-17 21:29:40 +09:00
parent 412a9950a1
commit 839c60e56d
3 changed files with 11 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
wget https://github.com/fumiama/RVC-Models-Downloader/releases/download/v0.2.3/rvcmd_linux_amd64.deb
wget https://github.com/fumiama/RVC-Models-Downloader/releases/download/v0.2.5/rvcmd_linux_amd64.deb
sudo apt -y install ./rvcmd_linux_amd64.deb
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools