From 54b0d42ef3e166af8cc37a6c220fd4848f84f54a Mon Sep 17 00:00:00 2001 From: TheTank20 Date: Sat, 8 Jul 2023 08:44:16 -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 2bcbb3c..e964260 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -13,7 +13,7 @@ jobs: # https://github.com/actions/runner-images/issues/6067#issuecomment-1213069040 - name: Download Windows XP Support for Visual Studio run: | - if (Test-Path -Path "D:\a\VSLayout\Microsoft.Windows.XPSupport.Msi,version=11.0.51106.1,chip=x64\Win_XPSupport64.msi" == True) { + if (Test-Path -Path "D:\a\VSLayout\Microsoft.Windows.XPSupport.Msi,version=11.0.51106.1,chip=x64\Win_XPSupport64.msi") { Write-Host "components already downloaded" exit 0 }