Skip to content

Commit

Permalink
Update homebrew to get latest versions of the tools
Browse files Browse the repository at this point in the history
Splittig it out into its own tasks let's us see how much time this
takes.
  • Loading branch information
badboy committed May 11, 2020
1 parent d549daa commit ca90414
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Expand Up @@ -531,11 +531,14 @@ jobs:
xcode: "11.4.1"
steps:
- checkout
- run:
name: Update brew
command: |
# we want the latest versions of the tools
brew update
- run:
name: Install lint tools
command: |
# do not update brew (might takes ages)
export HOMEBREW_NO_AUTO_UPDATE=1
brew install swiftlint swiftformat
- run:
name: Run swiftlint
Expand Down

0 comments on commit ca90414

Please sign in to comment.