updated the SDK to 25.03.24
This commit is contained in:
@@ -68,7 +68,7 @@ struct BuildSDK: ParsableCommand {
|
||||
/// but only when the ``target`` option hasn't been supplied.
|
||||
func checkRustupTargets() throws {
|
||||
guard target.isEmpty, device == 0, simulator == 0 else { return }
|
||||
guard let output = try Zsh.run(command: "rustup show") else { throw Error.rustupOutputFailure }
|
||||
guard let output = try Zsh.run(command: "rustup target list --toolchain stable --installed") else { throw Error.rustupOutputFailure }
|
||||
|
||||
var requiredTargets = Target.allCases.reduce(into: [String: Bool]()) { partialResult, target in
|
||||
partialResult[target.rawValue] = false
|
||||
|
||||
Reference in New Issue
Block a user