File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ runs:
366
366
$WinSdkModuleMap = Join-Path $WindowsSdkShareFolder "winsdk.modulemap"
367
367
curl -s `
368
368
-H "Authorization: Bearer ${{ github.token }}" `
369
- https://raw.githubusercontent.com/swiftlang/swift/main/stdlib/public/Platform/winsdk .modulemap `
369
+ https://raw.githubusercontent.com/swiftlang/swift/main/stdlib/public/Platform/winsdk_um .modulemap `
370
370
-o $WinSdkModuleMap
371
371
if ($LASTEXITCODE -eq 0) {
372
372
Write-Output "ℹ️ Updated Windows SDK module map."
Original file line number Diff line number Diff line change 20
20
type : string
21
21
22
22
env :
23
- TEST_WIN_SDK_VERSION : " 10.0.22000 .0"
23
+ TEST_WIN_SDK_VERSION : " 10.0.22621 .0"
24
24
TEST_MSVC_VERSION : " 14.40"
25
25
TEST_BUILD_TOOLS_EXPECTED_VERSION : " 14.40.33807"
26
26
TEST_UPSTREAM_SWIFT_VERSION : " 5.10"
You can’t perform that action at this time.
0 commit comments