Skip to content

Commit 5e89503

Browse files
committed
Fix ci flow
1 parent 64ac3fb commit 5e89503

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/android-app.yml

+10-6
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,17 @@ jobs:
157157
strategy:
158158
matrix:
159159
include:
160-
- abi: "x86_64"
160+
- arch: "x86_64"
161+
abi: "x86_64"
161162
taskVariant: "X86_64"
163+
- arch: "i686"
162164
- abi: "x86"
163165
taskVariant: "X86"
164-
- abi: "arm64-v8a"
166+
- arch: "aarch64"
167+
abi: "arm64-v8a"
165168
taskVariant: "Arm64"
166-
- abi: "armeabi-v7a"
169+
- arch: "armv7"
170+
abi: "armeabi-v7a"
167171
taskVariant: "Arm"
168172
# name: build-native-${{ matrix.abi }}
169173
steps:
@@ -310,12 +314,12 @@ jobs:
310314
[
311315
{
312316
"workflowFile": "android-app.yml",
313-
"jobName": "build-native-x86_64"
317+
"jobMatchMode": "prefix",
318+
"jobName": "build-native"
314319
},
315320
{
316321
"workflowFile": "android-app.yml",
317-
"jobMatchMode": "prefix",
318-
"jobName": "build-native"
322+
"jobName": "generate-relay-list"
319323
}
320324
]
321325

0 commit comments

Comments
 (0)