File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 8585 spm :
8686 # Run on the main repo's scheduled jobs or pull requests and manual workflow invocations.
8787 if : (github.repository == 'firebase/firebase-ios-sdk' && github.event_name == 'schedule') || contains(fromJSON('["pull_request", "workflow_dispatch"]'), github.event_name)
88+ needs : [spm-package-resolved]
8889 strategy :
8990 matrix :
9091 os : [macos-15]
@@ -100,6 +101,10 @@ jobs:
100101 runs-on : ${{ matrix.os }}
101102 steps :
102103 - uses : actions/checkout@v4
104+ - uses : actions/cache/restore@v4
105+ with :
106+ path : .build
107+ key : ${{needs.spm-package-resolved.outputs.cache_key}}
103108 - name : Xcode
104109 run : sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
105110 - name : Run setup command, if needed.
You can’t perform that action at this time.
0 commit comments