Skip to content

Commit 7998e02

Browse files
authored
[Infra] Remove dupe job in .github/workflows/core.yml (#14905)
1 parent a612a67 commit 7998e02

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/core.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -37,31 +37,6 @@ jobs:
3737
with:
3838
product: FirebaseCore
3939

40-
spm-package-resolved:
41-
env:
42-
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
43-
runs-on: macos-15
44-
outputs:
45-
cache_key: ${{ steps.generate_cache_key.outputs.cache_key }}
46-
steps:
47-
- uses: actions/checkout@v4
48-
- name: Xcode
49-
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
50-
- name: Generate Swift Package.resolved
51-
id: swift_package_resolve
52-
run: |
53-
swift package resolve
54-
- name: Generate cache key
55-
id: generate_cache_key
56-
run: |
57-
cache_key="${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}"
58-
echo "cache_key=${cache_key}" >> "$GITHUB_OUTPUT"
59-
- uses: actions/cache/save@v4
60-
id: cache
61-
with:
62-
path: .build
63-
key: ${{ steps.generate_cache_key.outputs.cache_key }}
64-
6540
core-cron-only:
6641
# Don't run on private repo.
6742
if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'

0 commit comments

Comments
 (0)