Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 0a1769c

Browse files
authored
fix
1 parent 1878c13 commit 0a1769c

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/compileCheck.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,14 @@ jobs:
2929
restore-keys: |
3030
swiftpm-
3131
32-
# 4. Compile check ONLY (no ipa, no archive, no real build)
33-
- name: Dry Run Build (Compile Check Only)
32+
# 4. Compile check ONLY (real build, no archive, fast)
33+
- name: Compile Check (Cached)
3434
run: |
3535
xcodebuild \
3636
-scheme prostore \
37-
-destination 'platform=iOS Simulator,name=iPad (10th generation),OS=18.6' \
38-
-dry-run
37+
-destination "platform=iOS Simulator,name=iPad (10th generation),OS=18.6" \
38+
-configuration Debug \
39+
-UseModernBuildSystem=YES \
40+
-skipBuildDependencies \
41+
BUILD_DIR=$(pwd)/build \
42+
ONLY_ACTIVE_ARCH=YES

0 commit comments

Comments
 (0)