Skip to content

Commit 04a8170

Browse files
authored
Merge pull request #89 from TTOzzi/master
Fix Circle CI carthage update script
2 parents 9d1967f + f7d8e75 commit 04a8170

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
2222
- run:
2323
name: Carthage
24-
command: carthage update
24+
command: |
25+
brew update
26+
brew upgrade carthage
27+
carthage update --use-xcframeworks
2528
2629
- run:
2730
name: Test

0 commit comments

Comments
 (0)