Skip to content

Commit c3f5580

Browse files
committed
build.yml remove xcpretty
Signed-off-by: Joseph Mattello <[email protected]>
1 parent 8bcc337 commit c3f5580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build and install app
3737
shell: bash
3838
run: |
39-
xcodebuild -scheme "$SCHEME" install DSTROOT=build/root | xcpretty
39+
xcodebuild -scheme "$SCHEME" install DSTROOT=build/root
4040
4141
- name: Package app
4242
run: |

0 commit comments

Comments
 (0)