Skip to content

Commit

Permalink
chore: try another change
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannorris committed Dec 19, 2024
1 parent f675965 commit 2e059ff
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,29 @@ jobs:
steps:
- name: Checkout Project
uses: actions/checkout@v4

- name: "Select Latest Xcode"
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable

- name: Set Homebrew PATH
run: |
echo "PATH=/opt/homebrew/bin:/usr/local/bin:$PATH" >> $GITHUB_ENV
chmod +x /opt/homebrew/bin/carthage
- name: Verify Carthage Installation
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
env:
PATH: "/opt/homebrew/bin:/usr/local/bin:$PATH"

- name: "Carthage Cached Bootstrap"
uses: DevCycleHQ/[email protected]
env:
PATH: "/opt/homebrew/bin:/usr/local/bin:$PATH"
with:
github-token: ${{ secrets.AUTOMATION_USER_TOKEN }}
use-xcframeworks: true

- name: Fastlane iOS Tests
run: fastlane ios tests

0 comments on commit 2e059ff

Please sign in to comment.