Skip to content

Commit 57b1bf9

Browse files
committed
chore: comment some library types
1 parent 9c5f810 commit 57b1bf9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/configMatrix.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55
export libraryTypes=(
66
module-legacy
7-
module-mixed
8-
module-new
9-
view-legacy
10-
view-mixed
11-
view-new
7+
# module-mixed
8+
# module-new
9+
# view-legacy
10+
# view-mixed
11+
# view-new
1212
)
1313

1414
export languages=(
1515
java-objc
16-
java-swift
17-
kotlin-objc
18-
kotlin-swift
16+
# java-swift
17+
# kotlin-objc
18+
# kotlin-swift
1919
)
2020

2121
export exclude=(

0 commit comments

Comments
 (0)