Skip to content

Commit

Permalink
chore: add carthage install step
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannorris committed Dec 18, 2024
1 parent 88523a5 commit 4323cbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Install Carthage
run: brew install carthage
- name: "Carthage Cached Bootstrap"
uses: DevCycleHQ/carthage-bootstrap@xcframeworks2
with:
Expand Down

0 comments on commit 4323cbc

Please sign in to comment.