Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand authored Jul 26, 2024
1 parent 00284e6 commit f39bcbf
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,9 @@ jobs:
- uses: actions/checkout@v3
- name: xcode info
run: xcodebuild -version
- name: carthage info
run: |
carthage version
which carthage
lipo -archs $(which carthage)
- name: carthage older install
- name: carthage
run: arch -x86_64 /usr/local/bin/brew install carthage
- name: carthage info after install
- name: carthage info
run: |
carthage version
which carthage
Expand Down

0 comments on commit f39bcbf

Please sign in to comment.