Skip to content

Commit 3e9e599

Browse files
committed
Update action.yml
Update the modulemap files to be updated to match the current main.
1 parent cddbe6d commit 3e9e599

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,12 @@ runs:
232232
233233
$ModuleDefinitions = @{
234234
"WinSDK(UM) Module Map" = @{
235-
URL = "https://raw.githubusercontent.com/swiftlang/swift/main/stdlib/public/Platform/winsdk.modulemap";
236-
Destination = "$([IO.Path]::Combine("${env:SDKROOT}", "usr", "share", "winsdk.modulemap"))";
235+
URL = "https://raw.githubusercontent.com/swiftlang/swift/main/stdlib/public/Platform/winsdk_um.modulemap";
236+
Destination = "$([IO.Path]::Combine("${env:SDKROOT}", "usr", "share", "winsdk_um.modulemap"))";
237+
};
238+
"WinSDK(Shared) Module Map" = @{
239+
URL = "https://raw.githubusercontent.com/swiftlang/swift/main/stdlib/public/Platform/winsdk_shared.modulemap";
240+
Destination = "$([IO.Path]::Combine("${env:SDKROOT}", "usr", "share", "winsdk_shared.modulemap"))";
237241
};
238242
"UCRT Module Map" = @{
239243
URL = "https://raw.githubusercontent.com/swiftlang/swift/main/stdlib/public/Platform/ucrt.modulemap";

0 commit comments

Comments
 (0)