cache harder

Signed-off-by: June Park <me@pythonplayer123.dev>
This commit is contained in:
June Park
2024-12-24 16:39:59 +09:00
committed by GitHub
parent cd3b4c46b4
commit 110f70e34c

View File

@@ -53,6 +53,9 @@ jobs:
with: with:
key: xcode-cache-deriveddata-${{ github.sha }} key: xcode-cache-deriveddata-${{ github.sha }}
restore-keys: xcode-cache-deriveddata- restore-keys: xcode-cache-deriveddata-
swiftpm-cache-key: xcode-cache-sourcedata-${{ github.sha }}
swiftpm-cache-restore-keys: |
xcode-cache-sourcedata-
- name: Build SideStore - name: Build SideStore
run: make build | xcpretty && exit ${PIPESTATUS[0]} run: make build | xcpretty && exit ${PIPESTATUS[0]}