Skip to content

Commit d70d113

Browse files
authored
only ios for FDL (#4864)
1 parent cb6f532 commit d70d113

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dynamiclinks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
if: github.event_name == 'schedule'
2525
strategy:
2626
matrix:
27-
target: [ios, tvos, macos]
2827
flags: [
2928
'--use-modular-headers',
3029
'--use-libraries'
@@ -35,4 +34,4 @@ jobs:
3534
- name: Setup Bundler
3635
run: scripts/setup_bundler.sh
3736
- name: PodLibLint Storage Cron
38-
run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseDynamicLinks.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}
37+
run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseDynamicLinks.podspec --platforms=ios ${{ matrix.flags }}

0 commit comments

Comments
 (0)