Skip to content

Commit 26cb670

Browse files
authored
Swift 5.7 - complete automation to build and run binary on android emulator (#26)
1 parent f3a36c0 commit 26cb670

File tree

2 files changed

+1
-79
lines changed

2 files changed

+1
-79
lines changed

.swiftpm/xcode/xcshareddata/xcschemes/swiftc-android.xcscheme

-78
This file was deleted.

Sources/Shell/Git/GitClone.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public actor GitClone {
1313
}
1414

1515
public func execute() async throws {
16-
let command = ShellCommand("git", "clone", "--progress", source.absoluteString, destination.path, logger: logger)
16+
let command = ShellCommand("git", "clone", "--progress", source.absoluteString, "\"\(destination.path)\"", logger: logger)
1717
_ = try await command.execute()
1818
}
1919

0 commit comments

Comments
 (0)