mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-24 22:05:59 +08:00
Add Time
This commit is contained in:
parent
e8241861fb
commit
ec822a48f1
5
.github/build_windows_packages.ps1
vendored
5
.github/build_windows_packages.ps1
vendored
@ -144,7 +144,10 @@ Set-Location ../
|
||||
Get-ChildItem .
|
||||
Copy-Item -Path $curr -Destination $pkgName -Recurse
|
||||
$7zPath = "$pkgName.7z"
|
||||
& "C:\Program Files\7-Zip\7z.exe" a -t7z "$7zPath" "$pkgName" -mx=9 -bsp1
|
||||
$time = Measure-Command {
|
||||
& "C:\Program Files\7-Zip\7z.exe" a -t7z "$7zPath" "$pkgName" -mx=9 -bsp1
|
||||
}
|
||||
Write-Host "7z compression finished in $($time.TotalSeconds) seconds"
|
||||
Get-ChildItem .
|
||||
|
||||
python -m pip install --upgrade pip
|
||||
|
Loading…
x
Reference in New Issue
Block a user