Skip to content

Commit

Permalink
Merge pull request #176 from cashapp/entin/carthage-verbose
Browse files Browse the repository at this point in the history
Run carthage build with verbose flag
  • Loading branch information
NickEntin authored Jan 3, 2024
2 parents 143ca33 + 77503b4 commit c6b18fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Build
run: carthage build --no-skip-current --platform iOS --use-xcframeworks
run: carthage build --no-skip-current --platform iOS --use-xcframeworks --verbose

0 comments on commit c6b18fb

Please sign in to comment.