Skip to content

Commit

Permalink
would this work??
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Dec 31, 2024
1 parent 70e328a commit 5f63f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/actions/setup_cross_ci_crt_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def _common_setup(self, env):

pass

def run(self, is_xcodebuild=False, env):
def run(self, env, is_xcodebuild=False):
# A special environment variable indicating that we want to dump test environment variables to a specified file.
env_dump_file = env.shell.getenv("AWS_SETUP_CRT_TEST_ENVIRONMENT_DUMP_FILE")

Expand Down

0 comments on commit 5f63f9b

Please sign in to comment.