File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 86
86
{
87
87
"workflowFile": "android-app.yml",
88
88
"jobMatchMode": "prefix",
89
- "jobName": "build- native"
89
+ "jobName": "Build native"
90
90
},
91
91
{
92
92
"workflowFile": "android-app.yml",
@@ -115,7 +115,7 @@ jobs:
115
115
retention-days : 7
116
116
117
117
generate-relay-list :
118
- name : Generate relay list
118
+ name : Generate relay list # Used by wait for jobs.
119
119
needs : prepare
120
120
runs-on : ubuntu-latest
121
121
container :
@@ -166,7 +166,7 @@ jobs:
166
166
retention-days : 7
167
167
168
168
build-native :
169
- # name: Build native
169
+ name : Build native # Used by wait for jobs.
170
170
needs : prepare
171
171
runs-on : ubuntu-latest
172
172
container :
@@ -186,7 +186,6 @@ jobs:
186
186
- arch : " armv7"
187
187
abi : " armeabi-v7a"
188
188
taskVariant : " Arm"
189
- name : build-native-${{ matrix.arch }}
190
189
steps :
191
190
# Fix for HOME path overridden by GH runners when building in containers, see:
192
191
# https://github.com/actions/runner/issues/863
You can’t perform that action at this time.
0 commit comments