We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab556af commit bcc3d7aCopy full SHA for bcc3d7a
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Build
38
run: |
39
xcodebuild clean build \
40
- -workspace 'Cache.xcproject' \
+ -workspace 'Cache.xcodeproj' \
41
-scheme '${{ matrix.build-config['scheme'] }}' \
42
-sdk '${{ matrix.build-config['sdk'] }}' \
43
-destination '${{ matrix.build-config['destination'] }}'
@@ -49,7 +49,7 @@ jobs:
49
fi
50
51
xcodebuild test \
52
53
54
55
0 commit comments