Update pr.yml

Signed-off-by: June Park <me@pythonplayer123.dev>
This commit is contained in:
June Park
2024-12-24 22:08:52 +09:00
committed by GitHub
parent c8ae28003f
commit 43dc332329

View File

@@ -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