Skip to content

Commit

Permalink
Fix ci flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Dec 18, 2024
1 parent 64ac3fb commit 5e89503
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,17 @@ jobs:
strategy:
matrix:
include:
- abi: "x86_64"
- arch: "x86_64"
abi: "x86_64"
taskVariant: "X86_64"
- arch: "i686"
- abi: "x86"
taskVariant: "X86"
- abi: "arm64-v8a"
- arch: "aarch64"
abi: "arm64-v8a"
taskVariant: "Arm64"
- abi: "armeabi-v7a"
- arch: "armv7"
abi: "armeabi-v7a"
taskVariant: "Arm"
# name: build-native-${{ matrix.abi }}
steps:
Expand Down Expand Up @@ -310,12 +314,12 @@ jobs:
[
{
"workflowFile": "android-app.yml",
"jobName": "build-native-x86_64"
"jobMatchMode": "prefix",
"jobName": "build-native"
},
{
"workflowFile": "android-app.yml",
"jobMatchMode": "prefix",
"jobName": "build-native"
"jobName": "generate-relay-list"
}
]
Expand Down

0 comments on commit 5e89503

Please sign in to comment.