fix(ci): remove -derivedDataPath from resolve step (requires -scheme)
Some checks failed
PR → Build → Firebase OTA → LGTM / Build & Deploy to Firebase OTA (pull_request) Failing after 8m40s
PR → Build → Firebase OTA → LGTM / Wait for LGTM comment (pull_request) Has been skipped

This commit is contained in:
2026-06-27 08:42:41 +00:00
parent 7c50282284
commit abf926e4bc

View File

@@ -83,9 +83,7 @@ jobs:
cd tabatago-swift
xcodebuild -resolvePackageDependencies \
-project TabataGo.xcodeproj \
-scmProvider system \
-derivedDataPath ../build/derived \
-clonedSourcePackagesDirPath ../build/spm-cache
-scmProvider system
- name: Build app
run: |