File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments