Skip to content

Commit 9e5c905

Browse files
authored
Dashes in pod lib lint options (#4853)
1 parent 0f6cea2 commit 9e5c905

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
matrix:
3131
target: [ios, tvos, macos]
3232
flags: [
33-
'--use_modular_headers',
33+
'--use-modular-headers',
3434
# Tests are skipped since the Swift tests need modules.
35-
'--skip-tests --use_libraries'
35+
'--skip-tests --use-libraries'
3636
]
3737
needs: pod_lib_lint
3838
steps:

.github/workflows/datatransport.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
matrix:
3535
target: [ios, tvos, macos]
3636
flags: [
37-
'--use_modular_headers',
38-
'--use_libraries'
37+
'--use-modular-headers',
38+
'--use-libraries'
3939
]
4040
needs: pod_lib_lint
4141
steps:

0 commit comments

Comments
 (0)