Use xcbeautify for nightlys

Signed-off-by: June Park <me@pythonplayer123.dev>
This commit is contained in:
June Park
2024-12-24 21:38:45 +09:00
committed by GitHub
parent fee5309b50
commit cf32f25457

View File

@@ -27,6 +27,9 @@ jobs:
- name: Install dependencies
run: brew install ldid
- name: Install xcbeautify
run: brew install xcbeautify
- name: Cache .nightly-build-num
uses: actions/cache@v4
with:
@@ -58,7 +61,7 @@ jobs:
xcode-cache-sourcedata-
- name: Build SideStore
run: make build | xcpretty && exit ${PIPESTATUS[0]}
run: NSUnbufferedIO=YES make build 2>&1 | xcbeautify && exit ${PIPESTATUS[0]}
- name: Fakesign app
run: make fakesign