Skip to content

Commit fb5f2e2

Browse files
committed
Revert "Try removing spm-package-resolved job"
This reverts commit 21816b0.
1 parent 21816b0 commit fb5f2e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/common.yml

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

0 commit comments

Comments
 (0)