Skip to content

Commit

Permalink
chore: try Add homebrew to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannorris committed Dec 19, 2024
1 parent a935e12 commit a7e6a18
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 @@ -16,6 +16,8 @@ jobs:
xcode-version: latest-stable
- name: Verify Carthage Installation
run: which carthage
- name: Add homebrew to PATH
run: echo "/opt/homebrew/bin" >> $GITHUB_PATH
- name: "Carthage Cached Bootstrap"
uses: DevCycleHQ/[email protected]
with:
Expand Down

0 comments on commit a7e6a18

Please sign in to comment.