mirror of
https://github.com/openjdk/jdk8u.git
synced 2025-12-10 09:17:33 -06:00
8366112: [8u] GHA: Fix broken installation of Windows SDK
Reviewed-by: sgehwolf
This commit is contained in:
parent
cc30193d1b
commit
41e6bf7d1f
2
.github/workflows/freetype.vcxproj
vendored
2
.github/workflows/freetype.vcxproj
vendored
@ -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">
|
||||
|
||||
2
.github/workflows/submit.yml
vendored
2
.github/workflows/submit.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user