Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
kabiroberai committed Jan 17, 2025
1 parent 6226399 commit da15845
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Sources/SKTestSupport/SkipUnless.swift
Original file line number Diff line number Diff line change
Expand Up @@ -489,9 +489,12 @@ package actor SkipUnless {
"""
])
do {
try await SwiftPMTestProject.build(at: project.scratchDirectory, extraArguments: [
"--swift-sdk", "arm64-apple-ios",
])
try await SwiftPMTestProject.build(
at: project.scratchDirectory,
extraArguments: [
"--swift-sdk", "arm64-apple-ios",
]
)
return .featureSupported
} catch {
return .featureUnsupported(skipMessage: "Cannot build for iOS: \(error)")
Expand Down

0 comments on commit da15845

Please sign in to comment.