We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76135c9 commit 0498f59Copy full SHA for 0498f59
.github/workflows/cocoapods.yml
@@ -33,9 +33,6 @@ jobs:
33
CONFIGURATION: ["Debug", "Release"]
34
steps:
35
- uses: actions/checkout@v4
36
- # Need cocoapods 1.12+ for watchOS to work again.
37
- - name: Update Cocoapods
38
- run: gem update cocoapods
39
# Manually expanding out static frameworks to avoid making to many jobs.
40
- name: Pod lib lint
41
run: |
0 commit comments