We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1a96d commit 2ace236Copy full SHA for 2ace236
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Pod lint
27
run: pod lib lint --quick
28
- name: Verify Carthage
29
- run: carthage build --no-skip-current --use-xcframeworks --platform macOS
+ run: carthage build --no-skip-current --verbose --use-xcframeworks --platform macOS
30
31
build-ios:
32
runs-on: macos-latest
0 commit comments