File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
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]
8988 strategy :
9089 matrix :
9190 os : [macos-15]
@@ -101,10 +100,6 @@ jobs:
101100 runs-on : ${{ matrix.os }}
102101 steps :
103102 - uses : actions/checkout@v4
104- - uses : actions/cache/restore@v4
105- with :
106- path : .build
107- key : ${{needs.spm-package-resolved.outputs.cache_key}}
108103 - name : Xcode
109104 run : sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
110105 - name : Run setup command, if needed.
You can’t perform that action at this time.
0 commit comments