Skip to content

Commit de44045

Browse files
yaml whitespace issue
1 parent e2974e7 commit de44045

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
run: |
5353
echo "DEVELOPMENT_TEAM = $DEVELOPMENT_TEAM" >> User.xcconfig
5454
echo "BUNDLE_ID_PREFIX = com.chimehq" >> User.xcconfig
55-
- name: "SPM Cache"
56-
uses: actions/cache@v4
57-
with:
58-
path: /Users/runner/Library/Developer/Xcode/DerivedData/**/SourcePackages/checkouts
59-
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
60-
restore-keys: |
61-
${{ runner.os }}-spm-
55+
- name: "SPM Cache"
56+
uses: actions/cache@v4
57+
with:
58+
path: /Users/runner/Library/Developer/Xcode/DerivedData/**/SourcePackages/checkouts
59+
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
60+
restore-keys: |
61+
${{ runner.os }}-spm-
6262
- name: xcodebuild
6363
run: set -o pipefail && xcodebuild -scheme Edit -destination "platform=macOS" test | xcbeautify

0 commit comments

Comments
 (0)