From 986d984e9553aa53f6f2c4dc5fafcfae6802a0fe Mon Sep 17 00:00:00 2001 From: Julian Rex Date: Wed, 10 Jun 2020 17:03:25 -0400 Subject: [PATCH] Install carthage with netrc support --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7e7079e3547..5661e7b7e45 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,8 +40,9 @@ step-library: run: name: Prepare command: | - if [ $(carthage outdated | grep -cF "latest Carthage version") -eq 0 ]; then brew update && brew upgrade carthage || true; fi echo "foo" > ~/.mapbox + brew unlink carthage + brew install carthage --HEAD echo "machine dl.bintray.com" > ~/.netrc echo "login $BINTRAY_LOGIN" >> ~/.netrc echo "password $BINTRAY_API_KEY" >> ~/.netrc