Skip to content

Commit f7d8e75

Browse files
committed
Fix Circle CI carthage update script
1 parent 855618d commit f7d8e75

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)