Skip to content

Commit

Permalink
added xcodes install step to config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msadoon committed Mar 30, 2023
1 parent 60cefd2 commit 9a3be90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Expand Up @@ -113,6 +113,9 @@ distribute_job: &distribute_job
- run:
name: Increment build number
command: agvtool new-version -all $(($(date +%s)/100))
- run:
name: Install lane dependency xcodes
command: brew install robotsandpencils/made/xcodes
- run:
name: Fastlane
command: bundle exec fastlane $LANE --verbose
Expand Down

0 comments on commit 9a3be90

Please sign in to comment.