I started to use Xcode cloud and In order to use aws command in Xcode build run script, I added ci_pre_xcodebuild script to install aws cli:
'brew install awscli'
This script duration is about 12 minutes in each xcode cloud build. Is there a better way to do it that will take less time?