Skip to content

Commit

Permalink
Name of something
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Dec 18, 2024
1 parent eded09b commit fc87077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
retention-days: 7

build-native:
name: Build native
# name: Build native
needs: prepare
runs-on: ubuntu-latest
container:
Expand All @@ -169,7 +169,7 @@ jobs:
- arch: "armv7"
abi: "armeabi-v7a"
taskVariant: "Arm"
# name: build-native-${{ matrix.abi }}
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 fc87077

Please sign in to comment.