mirror of
https://github.com/UMSKT/xpmgr.git
synced 2025-06-27 22:57:43 +02:00
Update windows.yml
This commit is contained in:
parent
4c898cb1a7
commit
54b0d42ef3
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user