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:
366366 $WinSdkModuleMap = Join-Path $WindowsSdkShareFolder "winsdk.modulemap"
367367 curl -s `
368368 -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 `
370370 -o $WinSdkModuleMap
371371 if ($LASTEXITCODE -eq 0) {
372372 Write-Output "ℹ️ Updated Windows SDK module map."
Original file line number Diff line number Diff line change 2020 type : string
2121
2222env :
23- TEST_WIN_SDK_VERSION : " 10.0.22000 .0"
23+ TEST_WIN_SDK_VERSION : " 10.0.22621 .0"
2424 TEST_MSVC_VERSION : " 14.40"
2525 TEST_BUILD_TOOLS_EXPECTED_VERSION : " 14.40.33807"
2626 TEST_UPSTREAM_SWIFT_VERSION : " 5.10"
You can’t perform that action at this time.
0 commit comments