Skip to content

Commit

Permalink
chore: revert changes and try new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannorris committed Dec 19, 2024
1 parent 2e059ff commit 88c4277
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,16 @@ 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
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"
uses: DevCycleHQ/carthage-bootstrap@fix-carthage-path
with:
github-token: ${{ secrets.AUTOMATION_USER_TOKEN }}
use-xcframeworks: true

- name: Fastlane iOS Tests
run: fastlane ios tests

0 comments on commit 88c4277

Please sign in to comment.