Skip to content

Commit

Permalink
test manually add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Feb 27, 2024
1 parent 4ff3670 commit d678b1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .builder/actions/xcode-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class XCodeTests(Builder.Action):
def run(self, env):
destination = env.shell.getenv("XCODE_DESTINATION")
commands =[
'sudo',
'xcodebuild',
'-scheme',
'aws-crt-swift-Package',
Expand Down

0 comments on commit d678b1d

Please sign in to comment.