From 441d2a685512a311654b620f53f350f44d4174e6 Mon Sep 17 00:00:00 2001 From: TheTank20 Date: Sat, 8 Jul 2023 16:09:54 -0500 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0e26860..d3d13ce 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -17,6 +17,7 @@ jobs: # https://github.com/actions/runner-images/issues/6067#issuecomment-1213069040 - name: Download Windows XP Support for Visual Studio run: | + Get-ChildItem C:\Users\ 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