Skip to content

Commit fc87077

Browse files
committed
Name of something
1 parent eded09b commit fc87077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
retention-days: 7
150150

151151
build-native:
152-
name: Build native
152+
# name: Build native
153153
needs: prepare
154154
runs-on: ubuntu-latest
155155
container:
@@ -169,7 +169,7 @@ jobs:
169169
- arch: "armv7"
170170
abi: "armeabi-v7a"
171171
taskVariant: "Arm"
172-
# name: build-native-${{ matrix.abi }}
172+
name: build-native-${{ matrix.arch }}
173173
steps:
174174
# Fix for HOME path overridden by GH runners when building in containers, see:
175175
# https://github.com/actions/runner/issues/863

0 commit comments

Comments
 (0)