Skip to content

Commit

Permalink
Fixed xcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Apr 20, 2023
1 parent ad5c857 commit 3273dee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,15 @@ commands:
dependency_name: 'xcbeautify'
- install-brew-dependency:
dependency_name: 'swiftlint'
- run: brew tap robotsandpencils/made
- install-brew-dependency:
dependency_name: 'robotsandpencils/made/xcodes'
dependency_name: 'xcodes'
- save_cache:
key: homebrew-cache-{{ checksum "Brewfile.lock.json" }}
paths:
- /usr/local/Cellar/swiftlint/
- /usr/local/Cellar/xcbeautify/
- /usr/local/Cellar/robotsandpencils/made/xcodes/
- /usr/local/Caskroom/xcodes/
- /Users/$USER/Library/Caches/Homebrew/

install-brew-dependency:
Expand Down

0 comments on commit 3273dee

Please sign in to comment.