Skip to content

Commit d4e3e28

Browse files
authored
Change module map name (#1024)
* Change module map name * Bump test SDK version
1 parent b28b550 commit d4e3e28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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."

.github/workflows/test-setup-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
type: string
2121

2222
env:
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"

0 commit comments

Comments
 (0)