Skip to content

Commit

Permalink
set use xcodebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Dec 31, 2024
1 parent cddd848 commit 3ac6ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .builder/actions/crt-ci-prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ class CrtCiPrep(Builder.Action):
def run(self, env):
env.shell.setenv("TEST_RUNNER_AWS_TESTING_STS_ROLE_ARN", env.shell.get_secret("aws-c-auth-testing/sts-role-arn"))
actions = [
Builder.SetupCrossCICrtEnvironment(is_xcodebuild=True)
Builder.SetupCrossCICrtEnvironment(use_xcodebuild=True)
]
return Builder.Script(actions, name='crt-ci-prep')

0 comments on commit 3ac6ec0

Please sign in to comment.