Skip to content

Commit

Permalink
chore: fix setting path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannorris committed Dec 19, 2024
1 parent 70e5e01 commit acb41c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ jobs:
- name: Verify Carthage Installation
run: which carthage
- name: Add homebrew to PATH
run: echo "/opt/homebrew/bin" >> $GITHUB_PATH
run: echo "/opt/homebrew/bin:${PATH}" >> $GITHUB_PATH
- name: "Carthage Cached Bootstrap"
uses: DevCycleHQ/[email protected]
env:
PATH: /opt/homebrew/bin:$PATH
with:
github-token: ${{ secrets.AUTOMATION_USER_TOKEN }}
use-xcframeworks: true
Expand Down

0 comments on commit acb41c2

Please sign in to comment.