8366112: [8u] GHA: Fix broken installation of Windows SDK

Reviewed-by: sgehwolf
This commit is contained in:
Zdenek Zambersky 2025-08-26 12:06:22 +00:00
parent cc30193d1b
commit 41e6bf7d1f
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
-->
<PropertyGroup Label="Globals">
<ProjectGuid>{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

View File

@ -798,7 +798,7 @@ jobs:
'install --productId Microsoft.VisualStudio.Product.Community --channelId VisualStudio.15.Release
--add Microsoft.VisualStudio.Workload.NativeDesktop
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64
--add Microsoft.VisualStudio.Component.Windows10SDK.17763
--add Microsoft.VisualStudio.Component.Windows10SDK.19041
--quiet --wait'
- name: Fix OpenJDK permissions