From 88c4277e90484b15b4f42909dd3235d043fc756d Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Thu, 19 Dec 2024 16:07:46 -0500 Subject: [PATCH] chore: revert changes and try new branch --- .github/workflows/ios.yaml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/ios.yaml b/.github/workflows/ios.yaml index b5dbad2..fa4ae7b 100644 --- a/.github/workflows/ios.yaml +++ b/.github/workflows/ios.yaml @@ -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/carthage-bootstrap@v1.1.0 - 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