From 43dc332329f385cc148beb1acce8ef8549a764f9 Mon Sep 17 00:00:00 2001 From: June Park Date: Tue, 24 Dec 2024 22:08:52 +0900 Subject: [PATCH] Update pr.yml Signed-off-by: June Park --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a302b61a..2ea44d17 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -46,7 +46,7 @@ jobs: restore-keys: xcode-cache-deriveddata- - name: Build SideStore - run: make build | xcpretty && exit ${PIPESTATUS[0]} + run: NSUnbufferedIO=YES make build | xcbeautify --renderer github-actions && exit ${PIPESTATUS[0]} - name: Fakesign app run: make fakesign