Skip to content

Commit 8b5bfdc

Browse files
committed
fix
1 parent 81e98d3 commit 8b5bfdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/XToolSupport/SDKCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ struct DarwinSDK {
157157
arguments: ["sdk", "install", url.path],
158158
output: .discarded
159159
)
160-
.checkSuccess()f6b84ce (wip: use swift-subprocess)
160+
.checkSuccess()
161161
}
162162

163163
private static func addHostClangResourceDir(to sdk: URL) async throws {

0 commit comments

Comments
 (0)