diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d9bda9b..ab79feb 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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"