Skip to content

Commit 21816b0

Browse files
committed
Try removing spm-package-resolved job
1 parent 94f989f commit 21816b0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/common.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
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.

0 commit comments

Comments
 (0)