fix(ci): clean SPM caches and DerivedData on CI runner to remove stale PostHog resolution
Some checks failed
PR → Build → Firebase OTA → LGTM / Build & Deploy to Firebase OTA (pull_request) Failing after 4m30s
PR → Build → Firebase OTA → LGTM / Wait for LGTM comment (pull_request) Has been skipped

This commit is contained in:
2026-06-27 01:25:11 +00:00
parent 2aa312ab61
commit 00e02b7166

View File

@@ -39,6 +39,8 @@ jobs:
run: |
rm -rf ~/.cache/act/*/hostexecutor/tabatago-swift/build
rm -rf .build
rm -rf ~/Library/Caches/org.swift.swiftpm
rm -rf ~/Library/Developer/Xcode/DerivedData/TabataGo-*
- name: Install tools (xcodegen, node, firebase)
run: |