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 0f6cea2 commit 9e5c905Copy full SHA for 9e5c905
.github/workflows/core.yml
@@ -30,9 +30,9 @@ jobs:
30
matrix:
31
target: [ios, tvos, macos]
32
flags: [
33
- '--use_modular_headers',
+ '--use-modular-headers',
34
# Tests are skipped since the Swift tests need modules.
35
- '--skip-tests --use_libraries'
+ '--skip-tests --use-libraries'
36
]
37
needs: pod_lib_lint
38
steps:
.github/workflows/datatransport.yml
@@ -34,8 +34,8 @@ jobs:
- '--use_libraries'
+ '--use-libraries'
39
40
41
0 commit comments