Skip to content

Commit

Permalink
chore: try new carthage-bootstrap version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannorris committed Dec 19, 2024
1 parent b3de98f commit 69f2b84
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ jobs:
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Verify Carthage Installation
run: which carthage
- name: Add Homebrew to PATH
run: echo 'export PATH="/usr/local/bin:$PATH"' >> $GITHUB_ENV
- name: "Carthage Cached Bootstrap"
uses: DevCycleHQ/carthage-bootstrap@xcframeworks2
uses: DevCycleHQ/carthage-bootstrap@v1.1.0
with:
github-token: ${{ secrets.AUTOMATION_USER_TOKEN }}
use-xcframeworks: true
Expand Down

0 comments on commit 69f2b84

Please sign in to comment.