Update windows.yml

This commit is contained in:
TheTank20 2023-07-08 16:09:54 -05:00 committed by GitHub
parent 26fe97c8e9
commit 441d2a6855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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