We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6f532 commit d70d113Copy full SHA for d70d113
.github/workflows/dynamiclinks.yml
@@ -24,7 +24,6 @@ jobs:
24
if: github.event_name == 'schedule'
25
strategy:
26
matrix:
27
- target: [ios, tvos, macos]
28
flags: [
29
'--use-modular-headers',
30
'--use-libraries'
@@ -35,4 +34,4 @@ jobs:
35
34
- name: Setup Bundler
36
run: scripts/setup_bundler.sh
37
- name: PodLibLint Storage Cron
38
- run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseDynamicLinks.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}
+ run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseDynamicLinks.podspec --platforms=ios ${{ matrix.flags }}
0 commit comments