Skip to content

Commit 9410da1

Browse files
committed
chore: try \
1 parent 53a6f8a commit 9410da1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/configMatrix.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ export libraryTypes=(
1111
view-new
1212
)
1313

14-
export languages=(
15-
java-objc
16-
java-swift
17-
kotlin-objc
18-
kotlin-swift
14+
export languages=( \
15+
java-objc \
16+
java-swift \
17+
kotlin-objc \
18+
kotlin-swift \
1919
)
2020

2121
export exclude=(

0 commit comments

Comments
 (0)