Skip to content

Commit

Permalink
Download Carthage from GitHub instead of Homebrew
Browse files Browse the repository at this point in the history
Cherry-picked from bcb7268.
  • Loading branch information
1ec5 committed Oct 1, 2020
1 parent adb2cbc commit ca2c7e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ step-library:
run:
name: Update Carthage version
command: |
brew update && brew upgrade carthage
curl -OL "https://github.com/Carthage/Carthage/releases/download/0.36.0/Carthage.pkg"
sudo installer -pkg Carthage.pkg -target /
- &verify-missing-localizable-strings
run:
Expand Down

0 comments on commit ca2c7e2

Please sign in to comment.