We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28b550 commit 44deb16Copy full SHA for 44deb16
.github/actions/setup-build/action.yml
@@ -366,7 +366,7 @@ runs:
366
$WinSdkModuleMap = Join-Path $WindowsSdkShareFolder "winsdk.modulemap"
367
curl -s `
368
-H "Authorization: Bearer ${{ github.token }}" `
369
- https://raw.githubusercontent.com/swiftlang/swift/main/stdlib/public/Platform/winsdk.modulemap `
+ https://raw.githubusercontent.com/swiftlang/swift/main/stdlib/public/Platform/winsdk_um.modulemap `
370
-o $WinSdkModuleMap
371
if ($LASTEXITCODE -eq 0) {
372
Write-Output "ℹ️ Updated Windows SDK module map."
0 commit comments