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 9c5f810 commit 57b1bf9Copy full SHA for 57b1bf9
.github/workflows/configMatrix.sh
@@ -4,18 +4,18 @@
4
5
export libraryTypes=(
6
module-legacy
7
- module-mixed
8
- module-new
9
- view-legacy
10
- view-mixed
11
- view-new
+ # module-mixed
+ # module-new
+ # view-legacy
+ # view-mixed
+ # view-new
12
)
13
14
export languages=(
15
java-objc
16
- java-swift
17
- kotlin-objc
18
- kotlin-swift
+ # java-swift
+ # kotlin-objc
+ # kotlin-swift
19
20
21
export exclude=(
0 commit comments