From d833a10b13e89b929115b6b7959c816f69c92e30 Mon Sep 17 00:00:00 2001 From: TheTank20 Date: Sat, 8 Jul 2023 13:02:41 -0500 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"