Skip to content

Commit

Permalink
[ci] Fix Carthage installation, Bump Carthage to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana-yan committed Jun 26, 2024
1 parent 2b77809 commit a012435
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 @@ -59,7 +59,8 @@ jobs:
- run:
name: Install Carthage
command: |
curl -OL "https://github.com/Carthage/Carthage/releases/download/0.38.0/Carthage.pkg"
sudo softwareupdate --install-rosetta --agree-to-license
curl -OL "https://github.com/Carthage/Carthage/releases/download/0.39.1/Carthage.pkg"
sudo installer -pkg Carthage.pkg -target /
- run:
name: Test Integration via Carthage
Expand Down

0 comments on commit a012435

Please sign in to comment.