Skip to content

Commit

Permalink
chore: add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannorris committed Dec 19, 2024
1 parent acb41c2 commit f675965
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
run: which carthage
- name: Add homebrew to PATH
run: echo "/opt/homebrew/bin:${PATH}" >> $GITHUB_PATH
- name: Debug PATH and Carthage
run: |
echo "Current PATH: $PATH"
ls -l /opt/homebrew/bin/carthage
which carthage
- name: "Carthage Cached Bootstrap"
uses: DevCycleHQ/[email protected]
with:
Expand Down

0 comments on commit f675965

Please sign in to comment.