Skip to content

Commit 41e6bf7

Browse files
committed
8366112: [8u] GHA: Fix broken installation of Windows SDK
Reviewed-by: sgehwolf
1 parent cc30193 commit 41e6bf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/freetype.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
-->
7979
<PropertyGroup Label="Globals">
8080
<ProjectGuid>{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}</ProjectGuid>
81-
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
81+
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
8282
</PropertyGroup>
8383
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
8484
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

.github/workflows/submit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ jobs:
798798
'install --productId Microsoft.VisualStudio.Product.Community --channelId VisualStudio.15.Release
799799
--add Microsoft.VisualStudio.Workload.NativeDesktop
800800
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64
801-
--add Microsoft.VisualStudio.Component.Windows10SDK.17763
801+
--add Microsoft.VisualStudio.Component.Windows10SDK.19041
802802
--quiet --wait'
803803
804804
- name: Fix OpenJDK permissions

0 commit comments

Comments
 (0)