Skip to content

Commit

Permalink
Fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Dec 18, 2024
1 parent 1cff2dd commit b379965
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
{
"workflowFile": "android-app.yml",
"jobMatchMode": "prefix",
"jobName": "build-native"
"jobName": "Build native"
},
{
"workflowFile": "android-app.yml",
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
retention-days: 7

generate-relay-list:
name: Generate relay list
name: Generate relay list # Used by wait for jobs.
needs: prepare
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
retention-days: 7

build-native:
# name: Build native
name: Build native # Used by wait for jobs.
needs: prepare
runs-on: ubuntu-latest
container:
Expand All @@ -186,7 +186,6 @@ jobs:
- arch: "armv7"
abi: "armeabi-v7a"
taskVariant: "Arm"
name: build-native-${{ matrix.arch }}
steps:
# Fix for HOME path overridden by GH runners when building in containers, see:
# https://github.com/actions/runner/issues/863
Expand Down

0 comments on commit b379965

Please sign in to comment.