Install Carthage via Homebrew before running carthage.sh in publish workflow

Agent-Logs-Url: https://github.com/mixpanel/mixpanel-swift/sessions/eec3ba6e-8bc8-481d-bbca-a1116860f9e7

Co-authored-by: ketanmixpanel <188901560+ketanmixpanel@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-04-16 20:00:03 +00:00 committed by GitHub
parent b9c6ac927e
commit 0cea092736
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -146,6 +146,10 @@ jobs:
git tag -a "${{ inputs.version }}" -m "Release ${{ inputs.version }}"
git push origin "${{ inputs.version }}"
- name: Install Carthage
if: ${{ !inputs.dry_run }}
run: brew install carthage
- name: Build Carthage XCFramework
if: ${{ !inputs.dry_run }}
run: |