mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-09-01 03:55:53 +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"
|
$ErrorActionPreference = "Stop"
|
||||||
|
|
||||||
$workDir = $env:WORK_DIR
|
param (
|
||||||
Set-Location $workDir
|
[string]$workDir
|
||||||
Get-ChildItem .
|
)
|
||||||
|
|
||||||
|
Set-Location -Path $workDir
|
||||||
|
Write-Host "Current location: $(Get-Location)"
|
||||||
|
Get-ChildItem .
|
||||||
|
|
||||||
$cuda = $env:TORCH_CUDA
|
$cuda = $env:TORCH_CUDA
|
||||||
if (-not $cuda) {
|
if (-not $cuda) {
|
||||||
|
@ -38,4 +38,4 @@ jobs:
|
|||||||
Move-Item .github/build_windows_packages.ps1 ../build_windows_packages.ps1
|
Move-Item .github/build_windows_packages.ps1 ../build_windows_packages.ps1
|
||||||
Set-Location ../
|
Set-Location ../
|
||||||
Get-ChildItem .
|
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