From d96056762f39e310b960f95051b68de64bd312e0 Mon Sep 17 00:00:00 2001 From: Magesh K <47920326+mahee96@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:30:50 +0530 Subject: [PATCH] Revert "[CI]: diagnostics: disabled xcpretty to print full error logs" This reverts commit 01a3b8ba9d9cc8bd24e974aa0116bc9c3e0e38ac. --- .github/workflows/rebase.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index a4c89d1f..ba3b5473 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -118,8 +118,7 @@ jobs: echo "" - name: Build SideStore - # run: make build | xcpretty && exit ${PIPESTATUS[0]} - run: make build && exit ${PIPESTATUS[0]} + run: make build | xcpretty && exit ${PIPESTATUS[0]} - name: Fakesign app run: make fakesign