Add incremental builds

Signed-off-by: June Park <me@pythonplayer123.dev>
This commit is contained in:
June Park
2024-08-16 13:17:07 +09:00
committed by GitHub
parent 1397389f95
commit 0058c40f46

View File

@@ -48,6 +48,13 @@ jobs:
with:
xcode-version: ${{ matrix.version }}
- name: Cache Build
uses: irgaly/xcode-cache@v1
with:
key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }}
restore-keys: xcode-cache-deriveddata-${{ github.workflow }}-
- name: Build SideStore
run: make build | xcpretty && exit ${PIPESTATUS[0]}