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 8bcc337 commit c3f5580Copy full SHA for c3f5580
1 file changed
.github/workflows/build_app.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Build and install app
37
shell: bash
38
run: |
39
- xcodebuild -scheme "$SCHEME" install DSTROOT=build/root | xcpretty
+ xcodebuild -scheme "$SCHEME" install DSTROOT=build/root
40
41
- name: Package app
42
0 commit comments