[no ci] Update pr.yml to cache builds

Signed-off-by: June Park <me@pythonplayer123.dev>
This commit is contained in:
June Park
2024-08-17 10:14:04 +09:00
committed by GitHub
parent f3d9dd777d
commit d18482a04a

View File

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