Skip to content

Commit 953b413

Browse files
compnerdCopilot
andauthored
Update action.yml
Co-authored-by: Copilot <[email protected]>
1 parent 8a617e1 commit 953b413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ runs:
235235
exit 1
236236
}
237237
238-
curl -so "$([IO.Path]::Combine("${env:SDKROOT}", "usr", "share", "winsdk.modulemap"))"" `
238+
curl -so "$([IO.Path]::Combine("${env:SDKROOT}", "usr", "share", "winsdk.modulemap"))" `
239239
https://raw.githubusercontent.com/swiftlang/swift/main/stdlib/public/Platform/winsdk.modulemap
240240
if ($LASTEXITCODE -ne 0) {
241241
Write-Host "::error::Failed to update WinSDK module map"

0 commit comments

Comments
 (0)