mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-31 19:43:09 +08:00
WIP
This commit is contained in:
parent
356d3d33cc
commit
3549d357c1
9
.github/build_windows_packages.ps1
vendored
9
.github/build_windows_packages.ps1
vendored
@ -1,9 +1,12 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
$workDir = $env:WORK_DIR
|
||||
Set-Location $workDir
|
||||
Get-ChildItem .
|
||||
param (
|
||||
[string]$workDir
|
||||
)
|
||||
|
||||
Set-Location -Path $workDir
|
||||
Write-Host "Current location: $(Get-Location)"
|
||||
Get-ChildItem .
|
||||
|
||||
$cuda = $env:TORCH_CUDA
|
||||
if (-not $cuda) {
|
||||
|
@ -38,4 +38,4 @@ jobs:
|
||||
Move-Item .github/build_windows_packages.ps1 ../build_windows_packages.ps1
|
||||
Set-Location ../
|
||||
Get-ChildItem .
|
||||
pwsh -Command "& { \$env:workDir='$curr'; ./build_windows_packages.ps1 }"
|
||||
./build_windows_packages.ps1 -workDir $curr.Path
|
Loading…
x
Reference in New Issue
Block a user