File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2020 - shell : bash
2121 env :
2222 triplet : ${{ inputs.triplet }}
23+ # The `name` of a composite action step doesn't appear anywhere in the
24+ # GitHub UI, so put it in a comment on the first line instead.
2325 run : |
26+ # Build and test (Android)
2427 echo "::group::Configure build Python"
2528 ./Android/android.py configure-build
2629 echo "::endgroup::"
6366 echo "::endgroup::"
6467
6568 else
66- echo "Skipping test: GitHub Actions currently only supports the " \
69+ echo "Skipping test: GitHub Actions currently only supports the" \
6770 "Android emulator on Linux x86_64."
6871 fi
6972
Original file line number Diff line number Diff line change @@ -418,7 +418,7 @@ jobs:
418418 - uses : actions/checkout@v4
419419 with :
420420 persist-credentials : false
421- - name : Build and Test Android
421+ - name : Build and test ( Android)
422422 uses : ./.github/actions/build-android
423423 with :
424424 triplet : ${{ matrix.arch }}-linux-android
You can’t perform that action at this time.
0 commit comments