Update windows.yml

This commit is contained in:
TheTank20 2023-07-08 13:02:41 -05:00 committed by GitHub
parent 6da7e5160d
commit d833a10b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
}
else {
$realProcess = Get-Process vs_layout
$realProcess = Get-Process vs_setup_bootstrapper
if ($realProcess.ExitCode -eq 0)
{
Write-Host "components have been successfully downloaded"